diff options
author | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-17 04:17:09 +0000 |
---|---|---|
committer | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-17 04:17:09 +0000 |
commit | e53082a0e946173405fc8e6d8143c0006f74e882 (patch) | |
tree | 3a1b367fdfdca5ccacf0e21da2bcc7502ce259ce /boehm-gc/Makefile.am | |
parent | bb006a8485718d1bd1f0b115c8d1f489ead14e97 (diff) | |
download | gcc-e53082a0e946173405fc8e6d8143c0006f74e882.tar.gz |
* 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
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |