* Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2006 23:08:11 +0000 (23:08 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2006 23:08:11 +0000 (23:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112517 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 47021b0..534db8f 100644 (file)
@@ -3,6 +3,7 @@
        * genpreds.c (write_tm_constrs_h): Delete variable p.
        * genconditions.c (write_header): Add tm-constrs.h to included
        headers.
+       * Makefile.in (build/gencondmd.o): Add tm-constrs.h dependency.
 
 2006-03-29  Roger Sayle  <roger@eyesopen.com>
 
index 51db2ea..4e8fc8a 100644 (file)
@@ -2924,7 +2924,7 @@ build/vec.o : vec.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) coretypes.h vec.h \
 build/gencondmd.o : build/gencondmd.c $(BCONFIG_H) $(SYSTEM_H)         \
   coretypes.h $(GTM_H) insn-constants.h $(RTL_H) $(TM_P_H)             \
   $(FUNCTION_H) $(REGS_H) $(RECOG_H) $(REAL_H) output.h $(FLAGS_H)     \
-  $(RESOURCE_H) toplev.h reload.h except.h
+  $(RESOURCE_H) toplev.h reload.h except.h tm-constrs.h
 
 # ...these are the programs themselves.
 build/genattr.o : genattr.c $(RTL_BASE_H) $(BCONFIG_H) $(SYSTEM_H)     \