rbb 2002/12/04 14:35:02
Modified: test Makefile.in
Log:
Forgot to remove this target
Revision Changes Path
1.127 +0 -3 apr/test/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/test/Makefile.in,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- Makefile.in 4 Dec 2002 22:33:08 -0000 1.126
+++ Makefile.in 4 Dec 2002 22:35:02 -0000 1.127
@@ -98,9 +98,6 @@
testshmconsumer@EXEEXT@: testshmconsumer.lo $(LOCAL_LIBS)
$(LINK) testshmconsumer.lo $(LOCAL_LIBS) $(ALL_LIBS)
-testhash@EXEEXT@: testhash.lo $(LOCAL_LIBS)
- $(LINK) testhash.lo $(LOCAL_LIBS) $(ALL_LIBS)
-
testuser@EXEEXT@: testuser.lo $(LOCAL_LIBS)
$(LINK) testuser.lo $(LOCAL_LIBS) $(ALL_LIBS)
|