diff options
author | Yves Orton <demerphq@gmail.com> | 2008-12-27 16:05:03 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2008-12-27 16:05:03 +0100 |
commit | e21c97b9063f1fc4ea77e8bcfbdaddeaa8edc398 (patch) | |
tree | 91b3fde6b5c0154608f3e0170a4f9739a4672412 /makedepend.SH | |
parent | ceab6eb3d10211ea7dc42d9f294ae442b1a05524 (diff) | |
download | perl-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-x | makedepend.SH | 1 |
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' |