summaryrefslogtreecommitdiff
path: root/makedepend.SH
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2008-12-27 16:05:03 +0100
committerYves Orton <demerphq@gmail.com>2008-12-27 16:05:03 +0100
commite21c97b9063f1fc4ea77e8bcfbdaddeaa8edc398 (patch)
tree91b3fde6b5c0154608f3e0170a4f9739a4672412 /makedepend.SH
parentceab6eb3d10211ea7dc42d9f294ae442b1a05524 (diff)
downloadperl-e21c97b9063f1fc4ea77e8bcfbdaddeaa8edc398.tar.gz
add cflags as a dependency for all object files. (it is used to control the arguments they are compiled with)
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-xmakedepend.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedepend.SH b/makedepend.SH
index 229a73d83e..e4f82529ae 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -179,6 +179,7 @@ for file in `$cat .clist`; do
-e 's|\.c\.c|.c|' $uwinfix .cout .cerr| \
$uniq | $sort | $uniq >> .deptmp
fi
+ echo "$filebase\$(OBJ_EXT): cflags" >> .deptmp
done
$sed <$mf >$mf.new -e '1,/^# AUTOMATICALLY/!d'