OSDN Git Service

Added .cvsignore entry for autom4te.cache to boehm-gc, libffi and
[pf3gnuchains/gcc-fork.git] / boehm-gc / WCC_MAKEFILE
index 087ff6a..32b01df 100644 (file)
@@ -169,9 +169,9 @@ test_cpp.exe: test_cpp.obj gc.lib
 
 gc_cpp.obj: gc_cpp.cc .AUTODEPEND
         $(CXX) $(TEST_CXXFLAGS) -iinclude $*.cc
-test.obj: test.c .AUTODEPEND
+test.obj: tests\test.c .AUTODEPEND
         $(CC) $(TEST_CFLAGS) $*.c
-test_cpp.obj: test_cpp.cc .AUTODEPEND
+test_cpp.obj: tests\test_cpp.cc .AUTODEPEND
         $(CXX) $(TEST_CXXFLAGS) -iinclude $*.cc