summaryrefslogtreecommitdiff
path: root/soltools/util
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-11-04 17:21:36 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-11-04 17:21:36 +0000
commit995173f4d2b8153643532379b3165d45da8950e3 (patch)
tree45aa3c4b67dc0bed0203f28882b6eaa2e67447dc /soltools/util
parent778d51c227011c7a1b19c85e6d2c5a2b3d28b05b (diff)
#100157# use WRAPCMD
Diffstat (limited to 'soltools/util')
-rw-r--r--soltools/util/makefile.pmk10
1 files changed, 3 insertions, 7 deletions
diff --git a/soltools/util/makefile.pmk b/soltools/util/makefile.pmk
index f08c26341b47..7f56337eddb9 100644
--- a/soltools/util/makefile.pmk
+++ b/soltools/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2002-09-09 11:22:52 $
+# last change: $Author: hjs $ $Date: 2002-11-04 18:21:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -61,9 +61,5 @@
#*************************************************************************
# 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"
+MAKEDEPEND=$(WRAPCMD) $(BIN)$/makedepend