mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 16:51:13 +08:00
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:
parent
f88c65f7e3
commit
33129152a0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user