From 587dbc6fe800892bbeeac210f5c9079a3ef70d8c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 22 Jul 1995 10:55:44 +0000 Subject: * Makefile (autoconf-it): Make it executable and unwritable. * configure.in (sysnames): Under --enable-debug-configure, spew potential sysnames. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e85be51cc0..139d20b361 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,9 @@ endif all: lib others define autoconf-it +@-rm -f $@.new autoconf $(ACFLAGS) $< > $@.new +chmod a-w,a+x $@.new mv -f $@.new $@ test ! -d CVS || cvs commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@ endef -- cgit v1.2.3