From: Ken Raeburn Date: Wed, 16 Jun 1993 02:32:27 +0000 (+0000) Subject: allow "make bfd.h" to still dtrt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2dce4352185e9215c234fa8a3b72a8cf3b4feaf7;p=binutils-gdb.git allow "make bfd.h" to still dtrt --- diff --git a/bfd/Makefile.in b/bfd/Makefile.in index d213eee0cd2..cc6cacf2a59 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