projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dacf29e
)
* Makefile.in (config-stamp): Add a "this file generated by make" message to
author
Ken Raeburn
<raeburn@cygnus>
Tue, 13 Sep 1994 01:51:26 +0000
(
01:51
+0000)
committer
Ken Raeburn
<raeburn@cygnus>
Tue, 13 Sep 1994 01:51:26 +0000
(
01:51
+0000)
config.h.
gas/Makefile.in
patch
|
blob
|
history
diff --git
a/gas/Makefile.in
b/gas/Makefile.in
index 89149c0e15718b0a8b71f5066b98fa2c50fb6141..c1aae967e1b815b468e27ab4af237d1a64d4df31 100644
(file)
--- 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