diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-13 01:51:26 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-13 01:51:26 +0000 |
commit | 1e84ff7ed4d8ce862607ac51814d4f3ce902e0c6 (patch) | |
tree | a646d288cae2fa1dbf3a2112a654d6a7bd86af5c /gas | |
parent | dacf29ea1fe447ea5a00217054e9e892eaffaca2 (diff) | |
download | gdb-1e84ff7ed4d8ce862607ac51814d4f3ce902e0c6.zip gdb-1e84ff7ed4d8ce862607ac51814d4f3ce902e0c6.tar.gz gdb-1e84ff7ed4d8ce862607ac51814d4f3ce902e0c6.tar.bz2 |
* Makefile.in (config-stamp): Add a "this file generated by make" message to
config.h.
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 |