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:
fdcb045
)
allow "make bfd.h" to still dtrt
author
Ken Raeburn
<raeburn@cygnus>
Wed, 16 Jun 1993 02:32:27 +0000
(
02:32
+0000)
committer
Ken Raeburn
<raeburn@cygnus>
Wed, 16 Jun 1993 02:32:27 +0000
(
02:32
+0000)
bfd/Makefile.in
patch
|
blob
|
history
diff --git
a/bfd/Makefile.in
b/bfd/Makefile.in
index d213eee0cd2e852b31adfab3c649abe018a3862a..cc6cacf2a59d6da59ca6e456801b908e8666af46 100644
(file)
--- a/
bfd/Makefile.in
+++ b/
bfd/Makefile.in
@@
-311,6
+311,7
@@
gen-aout: $(srcdir)/gen-aout.c Makefile
BFDIN_H= $(srcdir)/bfd-in2.h
+bfd.h : $(BFD_H) ; @true
$(BFD_H): stmp-bfd.h ; @true
# The funny stuff here with the generated script is because I haven't