jorton 2004/06/10 02:05:07
Modified: test Makefile.in
Log:
* test/Makefile.in (libmod_test.la): Link against dependencies for
platforms where libraries can have no undefined symbols.
Revision Changes Path
1.163 +1 -1 apr/test/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr/test/Makefile.in,v
retrieving revision 1.162
retrieving revision 1.163
diff -d -w -u -r1.162 -r1.163
--- Makefile.in 8 Jun 2004 06:25:13 -0000 1.162
+++ Makefile.in 10 Jun 2004 09:05:07 -0000 1.163
@@ -74,7 +74,7 @@
$(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd`
-avoid-version -module mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
libmod_test.la: mod_test.slo $(LOCAL_LIBS)
- $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd`
-avoid-version mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
+ $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd`
-avoid-version mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@ $(LOCAL_LIBS)
$(ALL_LIBS)
[EMAIL PROTECTED]@: testlockperf.lo $(LOCAL_LIBS)
$(LINK_PROG) testlockperf.lo $(LOCAL_LIBS) $(ALL_LIBS)