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:06:35 UTC

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

Author: wrowe
Date: Thu Oct 25 17:06:34 2007
New Revision: 588429

URL: http://svn.apache.org/viewvc?rev=588429&view=rev
Log:
Drop redundant reference

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=588429&r1=588428&r2=588429&view=diff
==============================================================================
--- apr/apr/trunk/test/Makefile.in (original)
+++ apr/apr/trunk/test/Makefile.in Thu Oct 25 17:06:34 2007
@@ -93,7 +93,7 @@
 	$(LINK_PROG) $+ $(ALL_LIBS)
 
 sendfile@EXEEXT@: sendfile.lo $(LOCAL_LIBS)
-	$(LINK_PROG) $+ $(LOCAL_LIBS) $(ALL_LIBS)
+	$(LINK_PROG) $+ $(ALL_LIBS)
 
 sockperf@EXEEXT@: sockperf.lo $(LOCAL_LIBS)
 	$(LINK_PROG) $+ $(ALL_LIBS)