Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not $(GCONFIG_H).
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 7 Aug 2002 01:57:38 +0000 (01:57 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 7 Aug 2002 01:57:38 +0000 (01:57 +0000)
* Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not
$(GCONFIG_H).

From-SVN: r56085

gcc/ChangeLog
gcc/Makefile.in

index 3aa4333a63cd2b2c2d4f12c6e8ef322d03f487ff..34d3a45a345fe808b618dcf184179af0c3199cff 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not
+       $(GCONFIG_H).
+
 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
 
         * c-decl.c (duplicate_decls): Error out for incompatible TLS
index 0033c910086002e47e1dbdbfcc66c1b240ac333f..17b62d7c43f5916f04c48697eb3bd221a0f241c2 100644 (file)
@@ -1705,7 +1705,7 @@ insn-conditions.o : insn-conditions.c $(GCONFIG_H) $(SYSTEM_H) $(RTL_H) \
   hard-reg-set.h resource.h toplev.h reload.h gensupport.h insn-constants.h
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) insn-conditions.c
 
-dummy-conditions.o : dummy-conditions.c $(GCONFIG_H) $(SYSTEM_H) gensupport.h
+dummy-conditions.o : dummy-conditions.c $(HCONFIG_H) $(SYSTEM_H) gensupport.h
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
            $(srcdir)/dummy-conditions.c $(OUTPUT_OPTION)