]> granicus.if.org Git - gc/commitdiff
* Makefile.am (test.o): Find tests/test.c in $(srcdir).
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Oct 2001 04:17:09 +0000 (04:17 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:20 +0000 (10:54 +0400)
* Makefile.in: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46304 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
Makefile.am
Makefile.in

index f91eab38474bfbc9337883846617ffb6f8d62ab9..ff94d2b7db116e1efb45c53d861b883b60b44337 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 5cbba052eb75c080381eefd314c195fd7e6239a5..736c2b51b961defb313c5a65cedf5a089a1e7958 100644 (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
index 1dd426f78760e1b5f2ca032dd02d97067d547086..5c5da8418a22efec90d952c88e4e994d07e2705e 100644 (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