aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-16 02:32:27 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-16 02:32:27 +0000
commit2dce4352185e9215c234fa8a3b72a8cf3b4feaf7 (patch)
tree521cd960f3ce909ae476daa41f6b3ebe322f1eef /bfd/Makefile.in
parentfdcb04536c1087079e32e2fa2f62e0475cac0b81 (diff)
downloadfsf-binutils-gdb-2dce4352185e9215c234fa8a3b72a8cf3b4feaf7.zip
fsf-binutils-gdb-2dce4352185e9215c234fa8a3b72a8cf3b4feaf7.tar.gz
fsf-binutils-gdb-2dce4352185e9215c234fa8a3b72a8cf3b4feaf7.tar.bz2
allow "make bfd.h" to still dtrt
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index d213eee..cc6cacf 100644
--- 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