aboutsummaryrefslogtreecommitdiffstats
path: root/cad/jspice3/files/patch-conf_util_configure
blob: ba94f82853b7b042ba16019f81cede36adbb4c3c (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 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"