Makefile.in (gencheck): Don't depend on lang_tree_files.

* Makefile.in (gencheck): Don't depend on lang_tree_files.
	(gencheck.o): Do depend on lang_tree_files.

From-SVN: r30645
This commit is contained in:
Mark Mitchell 1999-11-24 01:18:15 +00:00 committed by Mark Mitchell
parent 94755d92bd
commit 87d35858fc
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
1999-11-23 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (gencheck): Don't depend on lang_tree_files.
(gencheck.o): Do depend on lang_tree_files.
* integrate.h (copy_decl_for_inlining): New declaration.
* integrate.c (copy_and_set_decl_abstract_origin): Remove.
(copy_decl_for_inlining): New function.

View File

@ -1416,11 +1416,12 @@ s-check : gencheck $(srcdir)/move-if-change
$(SHELL) $(srcdir)/move-if-change tmp-check.h tree-check.h
touch s-check
gencheck : gencheck.o $(lang_tree_files) $(HOST_LIBDEPS)
gencheck : gencheck.o $(HOST_LIBDEPS)
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
gencheck.o $(HOST_LIBS)
gencheck.o : gencheck.c gencheck.h tree.def $(CONFIG_H) hconfig.h system.h
gencheck.o : gencheck.c gencheck.h tree.def $(CONFIG_H) hconfig.h system.h \
$(lang_tree_files)
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
$(srcdir)/gencheck.c