allow "make bfd.h" to still dtrt

This commit is contained in:
Ken Raeburn 1993-06-16 02:32:27 +00:00
parent fdcb04536c
commit 2dce435218

View File

@ -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