* Makefile.in ($(OBJS)): Depend upon libiberty.h.

This commit is contained in:
Ian Lance Taylor 1996-10-17 22:00:04 +00:00
parent c23b6a6bc9
commit b9d55d9634
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Oct 17 17:55:17 1996 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in ($(OBJS)): Depend upon libiberty.h.
start-sanitize-v850
Wed Oct 16 11:28:31 1996 Jeffrey A Law (law@cygnus.com)

View File

@ -259,7 +259,7 @@ as.new: $(OBJS) $(LIBDEPS)
$(OBJS): config.h as.h targ-env.h obj-format.h targ-cpu.h flonum.h expr.h \
struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h obj.h \
listing.h bignum.h
listing.h bignum.h $(srcdir)/../include/libiberty.h
gasp.new: $(GASPOBJS) ../libiberty/libiberty.a
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o gasp.new $(GASPOBJS) ../libiberty/libiberty.a $(LOADLIBES)