You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/05/12 17:46:07 UTC

svn commit: r773947 - /commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

Author: mturk
Date: Tue May 12 15:46:07 2009
New Revision: 773947

URL: http://svn.apache.org/viewvc?rev=773947&view=rev
Log:
Remove obsolete targets

Modified:
    commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in?rev=773947&r1=773946&r2=773947&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Tue May 12 15:46:07 2009
@@ -93,7 +93,7 @@
 TEST_OBJS= \
 	$(SRCDIR)/test/testcase.$(OBJ)
 
-all: setup $(SHAREDLIB) $(SSLMODLIB)
+all: $(SHAREDLIB) @modules@
 
 .c.$(OBJ):
 	$(CC) $(CFLAGS) $(CPPFLAGS) $(INCLUDES) -c -Fo$@ -Fd$(LIBNAME)-src $<