]> granicus.if.org Git - gc/commitdiff
Remove dead rule for test_dll in Makefile.direct
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Dec 2011 13:04:05 +0000 (17:04 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Dec 2011 13:04:05 +0000 (17:04 +0400)
* Makefile.direct (test_dll.o, test_dll): Remove obsolete rule
(that uses missing libgc_globals.h).
* Makefile.dj (test_dll.o, test_dll): Likewise.

Makefile.direct
Makefile.dj

index 27144df95116d8db24427a9129a26f79ecd2f5dc..10020fb92094bada9f1615a911c17f59582c7f24 100644 (file)
@@ -453,14 +453,6 @@ gctest_dyn_link: tests/test.o libgc.so
 gctest_irix_dyn_link: tests/test.o libirixgc.so
        $(CC) -L$(ABSDIR) -o gctest_irix_dyn_link tests/test.o -lirixgc
 
-# The following appear to be dead, especially since libgc_globals.h
-# is apparently lost.
-test_dll.o: tests/test.c libgc_globals.h
-       $(CC) $(CFLAGS) -DGC_USE_DLL -c tests/test.c -o test_dll.o
-
-test_dll: test_dll.o libgc_dll.a libgc.dll
-       $(CC) test_dll.o -L$(ABSDIR) -lgc_dll -o test_dll
-
 SYM_PREFIX-libgc=GC
 
 reserved_namespace: $(SRCS)
index 8db085a323d490adb47db63b1fb4e78d81ef1b0d..430e80f2f82d00819e661a9091518f1ef168dc89 100644 (file)
@@ -288,10 +288,4 @@ ABSDIR = `pwd`
 gctest_dyn_link: test.o libgc.so
        $(CC) -L$(ABSDIR) -R$(ABSDIR) -o gctest_dyn_link test.o -lgc -ldl -lthread
 
-test_dll.o: tests/test.c libgc_globals.h
-       $(CC) $(CFLAGS) -DGC_USE_DLL -c tests/test.c -o test_dll.o
-
-test_dll: test_dll.o libgc_dll.a libgc.dll
-       $(CC) test_dll.o -L$(ABSDIR) -lgc_dll -o test_dll
-
 SYM_PREFIX-libgc=GC