From e53082a0e946173405fc8e6d8143c0006f74e882 Mon Sep 17 00:00:00 2001 From: ljrittle Date: Wed, 17 Oct 2001 04:17:09 +0000 Subject: * Makefile.am (test.o): Find tests/test.c in $(srcdir). * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46304 138bc75d-0d04-0410-961f-82ee72b054a4 --- boehm-gc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boehm-gc/Makefile.am') diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 5cbba052eb7..736c2b51b96 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -51,7 +51,7 @@ check_PROGRAMS = gctest # The following hack produces a warning from automake, but we need it in order # to build a file from a subdirectory. FIXME. test.o: tests/test.c - $(COMPILE) -c tests/test.c + $(COMPILE) -c $(srcdir)/tests/test.c # Using $< in the above seems to fail with the HP/UX on Itanium make. gctest_OBJECTS = test.o -- cgit v1.2.1