1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- conf/util/configure.orig 2002-01-15 19:21:25 UTC +++ conf/util/configure @@ -805,11 +805,7 @@ else fi -if test "$GCC" = yes; then - DEPEND_PROG="gcc -MM" -else - DEPEND_PROG="cc -M" -fi +DEPEND_PROG="cc -MM" if test -x /usr/ucb/install; then INSTALL="/usr/ucb/install"