Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8

make handles suffix-rules differently from GNU make.

(SUFFIXES, .in): Remove.
(autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te):
Move the body of the old .in rule here.
This commit is contained in:
Paul Eggert 2002-09-25 00:25:11 +00:00
parent 13fd012e2f
commit 60641de439

View File

@ -54,11 +54,9 @@ $(srcdir)/autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)
## All the files below depend on Makefile so that they are rebuilt
## when the prefix etc. changes.
SUFFIXES = .in
autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te: Makefile
.in:
rm -f $@ $@.tmp
$(edit) $< >$@.tmp
$(edit) $@.in >$@.tmp
chmod +x $@.tmp
mv $@.tmp $@