OSDN Git Service

2002-07-30 Andrew Haley <aph@redhat.com>
[pf3gnuchains/gcc-fork.git] / boehm-gc / BCC_MAKEFILE
index 225a1ed..a8e0682 100644 (file)
@@ -47,9 +47,9 @@ gc.lib: $(OBJS)
         $(XXXOBJS:XXX=+)\r
 |\r
 \r
-gctest.exe: test.obj gc.lib\r
+gctest.exe: tests\test.obj gc.lib\r
     $(cc) @&&|\r
-        $(cflags) -W -e$* test.obj gc.lib\r
+        $(cflags) -W -e$* tests\test.obj gc.lib\r
 |\r
 \r
 cord\de.obj cord\de_win.obj: cord\cord.h cord\private\cord_pos.h cord\de_win.h \\r
@@ -68,8 +68,8 @@ gc_cpp.obj: gc_cpp.h gc.h
 gc_cpp.cpp: gc_cpp.cc\r
        copy gc_cpp.cc gc_cpp.cpp\r
 \r
-test_cpp.cpp: test_cpp.cc\r
-       copy test_cpp.cc test_cpp.cpp\r
+test_cpp.cpp: tests\test_cpp.cc\r
+       copy tests\test_cpp.cc test_cpp.cpp\r
 \r
 test_cpp.exe: test_cpp.obj gc_cpp.h gc.h gc.lib\r
     $(cc) @&&|\r