mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
15 lines
292 B
Text
15 lines
292 B
Text
--- 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"
|