Make targ-cpu.o depend on config.h so gas will build from scratch.
authorJim Wilson <wilson@tuliptree.org>
Sat, 20 Mar 1993 05:03:31 +0000 (05:03 +0000)
committerJim Wilson <wilson@tuliptree.org>
Sat, 20 Mar 1993 05:03:31 +0000 (05:03 +0000)
gas/ChangeLog
gas/Makefile.in

index 209343906f6aaa4593fcbd0a30229829ba40be4f..69fb994203f7699b27778d0647704a3af8c21cb8 100644 (file)
@@ -1,3 +1,7 @@
+Fri Mar 19 21:02:19 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
+
+       * Makefile.in (targ-cpu.o): Depend on config.h.
+
 Wed Mar 17 16:44:06 1993  Ian Lance Taylor  (ian@cygnus.com)
 
        * app.c (do_scrub_next_char): Added new state, 9, to avoid
index 8240193dc9407eb6f7c240107cac182b56bab52b..5230f730c7d3a256d0df7c305ecb99b9f8d5b07a 100644 (file)
@@ -327,7 +327,7 @@ obj-format.o : obj-format.c as.h host.h targ-env.h obj-format.h \
   targ-cpu.h struc-symbol.h \
   write.h flonum.h bignum.h expr.h frags.h hash.h read.h \
   subsegs.h symbols.h tc.h obj.h  
-targ-cpu.o : targ-cpu.c targ-env.h obj-format.h \
+targ-cpu.o : targ-cpu.c config.h targ-env.h obj-format.h \
   targ-cpu.h struc-symbol.h \
   write.h flonum.h bignum.h expr.h frags.h hash.h read.h \
   symbols.h tc.h obj.h $(TARG_CPU_DEPENDENTS)
This page took 0.029784 seconds and 4 git commands to generate.