Commit 37433f49 by Jeffrey A Law Committed by Jeff Law

* Makefile.in (gencheck): Depend on HOST_LIBDEPS.

From-SVN: r19939
parent 1a29f703
......@@ -5,6 +5,8 @@ Thu May 21 19:50:13 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
Thu May 21 23:09:50 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (gencheck): Depend on HOST_LIBDEPS.
* alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
address.
......
......@@ -1371,7 +1371,7 @@ s-check : tree.def gencheck $(srcdir)/move-if-change
$(srcdir)/move-if-change tmp-check.h tree-check.h
touch s-check
gencheck : gencheck.o tree.h tree.def
gencheck : gencheck.o tree.h tree.def $(HOST_LIBDEPS)
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o $@ \
gencheck.o $(HOST_LIBS)
......
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