From 4939b752ba829fa649edc82e1a710022b19e8086 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 28 Dec 2011 17:04:05 +0400 Subject: [PATCH] Remove dead rule for test_dll in Makefile.direct * 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 | 8 -------- Makefile.dj | 6 ------ 2 files changed, 14 deletions(-) diff --git a/Makefile.direct b/Makefile.direct index 27144df9..10020fb9 100644 --- a/Makefile.direct +++ b/Makefile.direct @@ -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) diff --git a/Makefile.dj b/Makefile.dj index 8db085a3..430e80f2 100644 --- a/Makefile.dj +++ b/Makefile.dj @@ -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 -- 2.40.0