From 1e84ff7ed4d8ce862607ac51814d4f3ce902e0c6 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 13 Sep 1994 01:51:26 +0000 Subject: [PATCH] * Makefile.in (config-stamp): Add a "this file generated by make" message to config.h. --- gas/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gas/Makefile.in b/gas/Makefile.in index 89149c0e157..c1aae967e1b 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -316,7 +316,8 @@ configure: configure.in aclocal.m4 acconfig.h config.h: config-stamp ; @true config-stamp: Makefile conf -rm -f config.new config-stamp - echo '#ifndef GAS_VERSION' > config.new + echo '/* config.h. Generated automatically by make. */' > config.new + echo '#ifndef GAS_VERSION' >> config.new echo '#define GAS_VERSION "$(VERSION)"' >> config.new echo '' >> config.new cat conf >> config.new -- 2.30.2