Author: mturk
Date: Wed Oct 19 01:11:26 2005
New Revision: 326453

URL: http://svn.apache.org/viewcvs?rev=326453&view=rev
Log:
Allow building with BSD-ish like make, that does
not understand '$<' expansion.

Modified:
    tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in

Modified: tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in
URL: 
http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in?rev=326453&r1=326452&r2=326453&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.in Wed Oct 19 
01:11:26 2005
@@ -66,7 +66,7 @@
        $(LIBTOOL) --mode=link ${COMPILE} `${APXS} -q LDFLAGS` -o $@ -module 
-rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS)
 
 mod_jk.so: mod_jk.la
-       $(LIBTOOL) --mode=install cp $< `pwd`/$@
+       $(LIBTOOL) --mode=install cp mod_jk.la `pwd`/$@
 
 install_dynamic:
        @echo ""



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to