diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 89149c0..c1aae96 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 |