From a5345dc5c9136dd0b2ddc1275f802edb4d188740 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 18 Dec 1991 09:40:23 +0000 Subject: [PATCH] Fix: produced dependencies were wrong --- bin/cc-and-mkdep.all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cc-and-mkdep.all b/bin/cc-and-mkdep.all index 1aed8aca..85391656 100755 --- a/bin/cc-and-mkdep.all +++ b/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 $*