Commit 2631af95 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 1ae0ccb6
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment