summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-01-25 09:17:32 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-01-25 09:17:32 +0000
commit20e361163155e22ae4473d82e38d22e330da12b8 (patch)
tree0b3b45d96de572bdffb1be053d85c0fc80e8b7ed /helpers
parent5e917ca6b93b3c1f09a598577f9b3f0adfa27e01 (diff)
downloadlibapr-20e361163155e22ae4473d82e38d22e330da12b8.tar.gz
Get dependencies working again after change to libtool. The targets need to be
the .lo files now. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61124 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/mkdep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/mkdep.sh b/helpers/mkdep.sh
index 1e18518a4..510bdc02f 100755
--- a/helpers/mkdep.sh
+++ b/helpers/mkdep.sh
@@ -8,5 +8,5 @@
# occurs during the process
#
sed -ne '1,/^# DO NOT REMOVE/p' Makefile > Makefile.new \
- && gcc -MM $* >> Makefile.new \
+ && gcc -MM $* | sed -e "s/\.o:/\.lo:/" >> Makefile.new \
&& mv Makefile.new Makefile