Commit 33129152 by Loren J. Rittle Committed by Loren J. Rittle

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
parent f88c65f7
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> 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
......
...@@ -51,7 +51,7 @@ check_PROGRAMS = gctest ...@@ -51,7 +51,7 @@ check_PROGRAMS = gctest
# The following hack produces a warning from automake, but we need it in order # The following hack produces a warning from automake, but we need it in order
# to build a file from a subdirectory. FIXME. # to build a file from a subdirectory. FIXME.
test.o: tests/test.c 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. # Using $< in the above seems to fail with the HP/UX on Itanium make.
gctest_OBJECTS = test.o gctest_OBJECTS = test.o
......
# 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. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
...@@ -550,7 +550,7 @@ mostlyclean distclean maintainer-clean ...@@ -550,7 +550,7 @@ mostlyclean distclean maintainer-clean
# The following hack produces a warning from automake, but we need it in order # The following hack produces a warning from automake, but we need it in order
# to build a file from a subdirectory. FIXME. # to build a file from a subdirectory. FIXME.
test.o: tests/test.c 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 \ $(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 include/private/gc_hdrs.h include/gc.h include/gc_gcj.h include/gc_mark.h
......
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