summaryrefslogtreecommitdiff
path: root/soltools/javadep
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2001-06-12 06:55:46 +0000
committerArmin Theissen <armin@openoffice.org>2001-06-12 06:55:46 +0000
commitb86d561de7c288ae175fcbf3c4d5affa65e7102e (patch)
tree61aff7769404eb0f7af1754cee4a59dad1fe8674 /soltools/javadep
parent40c6727f9359ea1e09e34ccbfc97db91f4f14443 (diff)
nodep has to be set to true, otherwise windows build breaks
Diffstat (limited to 'soltools/javadep')
-rw-r--r--soltools/javadep/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/soltools/javadep/makefile.mk b/soltools/javadep/makefile.mk
index 0f7be4719f4b..96ae10bf3a38 100644
--- a/soltools/javadep/makefile.mk
+++ b/soltools/javadep/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: nf $ $Date: 2001-04-23 11:19:16 $
+# last change: $Author: armin $ $Date: 2001-06-12 07:55:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,6 +67,7 @@ TARGET=javadep
TARGETTYPE=CUI
TARGETTHREAD=MT
NO_DEFAULT_STL=TRUE
+nodep=true
# --- Settings -----------------------------------------------------