Browse Source

Fix: produced dependencies were wrong

ceriel 32 years ago
parent
commit
a5345dc5c9
1 changed files with 1 additions and 1 deletions
  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 $*