Parcourir la source

Fix: produced dependencies were wrong

ceriel il y a 32 ans
Parent
commit
a5345dc5c9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bin/cc-and-mkdep.all

+ 1 - 1
bin/cc-and-mkdep.all

@@ -16,5 +16,5 @@ do
 			;;
 	esac
 done
-$UTIL_HOME/lib.bin/cpp -d $cpp_args > $n
+$UTIL_HOME/lib.bin/cpp -d -m $cpp_args > $n
 exec $CC $*