You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/26 02:01:18 UTC

svn commit: r588420 - /apr/apr/trunk/test/Makefile.in

Author: wrowe
Date: Thu Oct 25 17:01:18 2007
New Revision: 588420

URL: http://svn.apache.org/viewvc?rev=588420&view=rev
Log:
Finish reverting to the old manner of building mod_test.la

Modified:
    apr/apr/trunk/test/Makefile.in

Modified: apr/apr/trunk/test/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/Makefile.in?rev=588420&r1=588419&r2=588420&view=diff
==============================================================================
--- apr/apr/trunk/test/Makefile.in (original)
+++ apr/apr/trunk/test/Makefile.in Thu Oct 25 17:01:18 2007
@@ -109,7 +109,7 @@
 
 mod_test.la: mod_test.lo
 	$(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd` -module \
-	  -avoid-version $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@ $+ $(ALL_LIBS)
+	  -avoid-version $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@ $+
 
 libmod_test.la: mod_test.lo $(LOCAL_LIBS)
 	$(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd` \