summaryrefslogtreecommitdiff
path: root/soltools/util
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-09-09 10:23:33 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-09-09 10:23:33 +0000
commit7cede8ad453ddcdbdc412462f2278707454292a1 (patch)
treeb9dbdcc35a583e8d6b5cfab3ae8bea7fabb81f52 /soltools/util
parent534072d33d3d2d6ad326f3fe666b58820577acbc (diff)
#100157# win32/tcsh hack to support local makedepend
Diffstat (limited to 'soltools/util')
-rw-r--r--soltools/util/makefile.pmk8
1 files changed, 6 insertions, 2 deletions
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"