summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/inc/wnt.mk6
-rw-r--r--soltools/util/makefile.pmk8
2 files changed, 9 insertions, 5 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 2aeb0d43e90b..58478f8252da 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.38 $
+# $Revision: 1.39 $
#
-# last change: $Author: hjs $ $Date: 2002-08-22 13:27:24 $
+# last change: $Author: hjs $ $Date: 2002-09-09 11:23:33 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -545,7 +545,7 @@ SCPCOMP=guw.pl scpcomp
SCPLINK=guw.pl scplink
LZIP=guw.pl -env lzip
CPPLCC=guw.pl cpplcc
-MAKEDEPEND=guw.pl makedepend
+MAKEDEPEND*=guw.pl makedepend
.ENDIF # "$(USE_SHELL)"=="4nt"
.ENDIF
.ENDIF # "$(COM)"=="MSC"
diff --git a/soltools/util/makefile.pmk b/soltools/util/makefile.pmk
index b5b267db9b1b..f08c26341b47 100644
--- a/soltools/util/makefile.pmk
+++ b/soltools/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hjs $ $Date: 2002-01-08 12:36:49 $
+# last change: $Author: hjs $ $Date: 2002-09-09 11:22:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -61,5 +61,9 @@
#*************************************************************************
# find makedepend in own output tree
+.IF "$(OS)$(USE_SHELL)"=="WNTtcsh"
+MAKEDEPEND=guw.pl $(BIN)$/makedepend
+.ELSE # "$(OS)$(USE_SHELL)"=="WNTtcsh"
MAKEDEPEND=$(BIN)$/makedepend
+.ENDIF # "$(OS)$(USE_SHELL)"=="WNTtcsh"