]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - depend.sh
Merge branch 't/kill_sender_osl_dep'
[paraslash.git] / depend.sh
index 746b0d2b1c82914ef96ebbf2a724f03bb872573d..c6424daaf1e7dc6a02ec4bfabe800d9591c0c0b8 100755 (executable)
--- a/depend.sh
+++ b/depend.sh
@@ -20,6 +20,6 @@ shift
 shift
 shift
 
-LC_ALL=C gcc -MM -MG "$@" \
+LC_ALL=C cc -MM -MG "$@" \
        | sed -e "s@^\(.*\)\.o:@$dep_dir/\1.d $object_dir/\1.o:@" \
        -e "s@[         ^]\([a-zA-Z0-9_]\{1,\}\.cmdline.h\)@ $cmdline_dir/\1@g"