* Makefile.in (config-stamp): Add a "this file generated by make" message to
authorKen Raeburn <raeburn@cygnus>
Tue, 13 Sep 1994 01:51:26 +0000 (01:51 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 13 Sep 1994 01:51:26 +0000 (01:51 +0000)
config.h.

gas/Makefile.in

index 89149c0e15718b0a8b71f5066b98fa2c50fb6141..c1aae967e1b815b468e27ab4af237d1a64d4df31 100644 (file)
@@ -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