From 38608cfa3220f26169bedd3f6ff8bc7ab3c02079 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 1aed8acad..853916562 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 $*