Makefile.am (test.o): Find tests/test.c in $(srcdir).

* Makefile.am (test.o): Find tests/test.c in $(srcdir).
	* Makefile.in: Rebuilt.

From-SVN: r46304
This commit is contained in:
Loren J. Rittle 2001-10-17 04:17:09 +00:00 committed by Loren J. Rittle
parent f88c65f7e3
commit 33129152a0
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2001-10-16 Loren J. Rittle <ljrittle@acm.org>
* Makefile.am (test.o): Find tests/test.c in $(srcdir).
* Makefile.in: Rebuilt.
2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and

View File

@ -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

View File

@ -1,4 +1,4 @@
# Makefile.in generated automatically by automake 1.4-p1 from Makefile.am
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@ -550,7 +550,7 @@ mostlyclean distclean maintainer-clean
# 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
$(all_objs) : include/private/gcconfig.h include/private/gc_priv.h \
include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h