summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
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