* Makefile.in ($(OBJS)): Depend upon libiberty.h.
authorIan Lance Taylor <ian@airs.com>
Thu, 17 Oct 1996 22:00:04 +0000 (22:00 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 17 Oct 1996 22:00:04 +0000 (22:00 +0000)
gas/ChangeLog
gas/Makefile.in

index b671f80a081d54f48b5c5ad1699c53501463e10c..1053e98d0de59ecc32315f184346b3dedded0bf1 100644 (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)
 
index 8e6457a15865febea8b60d0080a14737d196624c..b625d5af6b0236bad6930e4665e4faac262cc6e3 100644 (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)
This page took 0.042353 seconds and 4 git commands to generate.