mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-15 02:20:10 +08:00
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:
parent
13fd012e2f
commit
60641de439
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user