summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-04-04 12:07:46 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-04-04 12:07:46 +0000
commit62be42783bba0d4a5baf6b423b0c4653b9f064b6 (patch)
tree6844a2b813e9039db50b2e9bfaa9c7c9d6f04e02 /test/Makefile.in
parent37e1da9c53b0202a6d4c68b7f813fbc8c0bbf719 (diff)
downloadlibapr-62be42783bba0d4a5baf6b423b0c4653b9f064b6.tar.gz
* test/Makefile.in: Use $(LTFLAGS) when invoking libtool.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 92996fa14..4585bd513 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -53,10 +53,10 @@ occhild@EXEEXT@: occhild.lo $(LOCAL_LIBS)
sockchild@EXEEXT@: sockchild.lo $(LOCAL_LIBS)
$(LINK_PROG) sockchild.lo $(LOCAL_LIBS) $(ALL_LIBS)
-
+
readchild@EXEEXT@: readchild.lo $(LOCAL_LIBS)
$(LINK_PROG) readchild.lo $(LOCAL_LIBS) $(ALL_LIBS)
-
+
globalmutexchild@EXEEXT@: globalmutexchild.lo $(LOCAL_LIBS)
$(LINK_PROG) globalmutexchild.lo $(LOCAL_LIBS) $(ALL_LIBS)
@@ -68,13 +68,13 @@ proc_child@EXEEXT@: proc_child.lo $(LOCAL_LIBS)
# FIXME: -prefer-pic is only supported with libtool-1.4+
mod_test.slo: $(srcdir)/mod_test.c
- $(LIBTOOL) --mode=compile $(COMPILE) -prefer-pic -c $(srcdir)/mod_test.c && touch $@
+ $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -prefer-pic -c $(srcdir)/mod_test.c && touch $@
mod_test.la: mod_test.slo $(LOCAL_LIBS)
- $(LIBTOOL) --mode=link $(COMPILE) -rpath `pwd` -avoid-version -module mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
+ $(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) --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 $@
testlockperf@EXEEXT@: testlockperf.lo $(LOCAL_LIBS)
$(LINK_PROG) testlockperf.lo $(LOCAL_LIBS) $(ALL_LIBS)