mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 02:46:44 +08:00
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:
parent
94755d92bd
commit
87d35858fc
@ -1,5 +1,8 @@
|
|||||||
1999-11-23 Mark Mitchell <mark@codesourcery.com>
|
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.h (copy_decl_for_inlining): New declaration.
|
||||||
* integrate.c (copy_and_set_decl_abstract_origin): Remove.
|
* integrate.c (copy_and_set_decl_abstract_origin): Remove.
|
||||||
(copy_decl_for_inlining): New function.
|
(copy_decl_for_inlining): New function.
|
||||||
|
@ -1416,11 +1416,12 @@ s-check : gencheck $(srcdir)/move-if-change
|
|||||||
$(SHELL) $(srcdir)/move-if-change tmp-check.h tree-check.h
|
$(SHELL) $(srcdir)/move-if-change tmp-check.h tree-check.h
|
||||||
touch s-check
|
touch s-check
|
||||||
|
|
||||||
gencheck : gencheck.o $(lang_tree_files) $(HOST_LIBDEPS)
|
gencheck : gencheck.o $(HOST_LIBDEPS)
|
||||||
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
|
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
|
||||||
gencheck.o $(HOST_LIBS)
|
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) \
|
$(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
|
||||||
$(srcdir)/gencheck.c
|
$(srcdir)/gencheck.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user