summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-12-11 17:46:32 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-12-11 17:46:32 +0000
commit893c7b2a1072831bcf0610893655c56a18357957 (patch)
tree883715d2198f05d95c2ff3ab229bc92d01b60c27 /Makefile.in
parentec6ffa400e80e2495a9a0b63c61e041ea3ff1e13 (diff)
downloadlibapr-893c7b2a1072831bcf0610893655c56a18357957.tar.gz
Okay, back out the libtool dependency stuff.
We need to figure out what AIX can support or not. Since I don't have AIX, I have no way of doing any further research, so this needs to be reverted. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 2e18df619..37c03f8cc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,6 @@ CLEAN_SUBDIRS= . test build
INSTALL_SUBDIRS=@INSTALL_SUBDIRS@
TARGET_LIB = libapr.la
-DEPEND_LIBS = @EXTRA_LIBS@ @LIBTOOL_LIBS@
#
# Rules for building specific targets, starting with 'all' for
@@ -76,7 +75,7 @@ install: $(TARGET_LIB)
$(TARGET_LIB):
@for i in $(SUBDIRS); do objects="$$objects $$i/*.@so_ext@"; done ; \
- tmpcmd="$(LINK) @lib_target@ $(DEPEND_LIBS)"; \
+ tmpcmd="$(LINK) @lib_target@"; \
echo $$tmpcmd; \
$$tmpcmd