aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2002-08-07 01:57:38 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2002-08-07 01:57:38 +0000
commit2631af958dd74a25bf9bd8284daf902795f5e80c (patch)
treefbb206da92bd3469fdfe6c2e83ed5778a6df144f
parent1ae0ccb63f419456bafa7fcf72e45ced13539cc3 (diff)
downloadgcc-2631af958dd74a25bf9bd8284daf902795f5e80c.zip
gcc-2631af958dd74a25bf9bd8284daf902795f5e80c.tar.gz
gcc-2631af958dd74a25bf9bd8284daf902795f5e80c.tar.bz2
Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not $(GCONFIG_H).
* Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not $(GCONFIG_H). From-SVN: r56085
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3aa4333..34d3a45 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 0033c91..17b62d7 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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)