aboutsummaryrefslogtreecommitdiff
path: root/cad/jspice3/files/patch-conf_util_configure
blob: 1b2966585d99f1f4166754fd9adfc43670763410 (plain) (blame)
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.000000000 +0000
+++ 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"