]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix a portability bug reported by Alexandre Duret-Lutz: Solaris 8
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Sep 2002 00:25:11 +0000 (00:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Sep 2002 00:25:11 +0000 (00:25 +0000)
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.

bin/Makefile.am

index 2c7892bb1763891ad35df87d0e88ab9faca537d3..a734e912a1dac42a334e9dc801832b3b6c8bf8a4 100644 (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 $@