summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-11-26 14:56:27 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-11-26 14:56:27 +0000
commit5792603695b2dc7567aa1145851572165c3a3aaa (patch)
tree871d5e0c36ef5305ebbc33391a8a97e2417eb9ff /solenv
parentdeda608da4a5db6dbd3e560f65f6cb9f434819ac (diff)
#94723# -Gc breakes dependency chain
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/target.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/solenv/inc/target.mk b/solenv/inc/target.mk
index 2da9c6cbe3c5..6ca121d789fa 100644
--- a/solenv/inc/target.mk
+++ b/solenv/inc/target.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: target.mk,v $
#
-# $Revision: 1.87 $
+# $Revision: 1.88 $
#
-# last change: $Author: hjs $ $Date: 2001-11-22 16:13:48 $
+# last change: $Author: hjs $ $Date: 2001-11-26 15:56:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -2010,11 +2010,13 @@ TARGETDEPS+=$(ADDOPTTARGET)
.ENDIF
.ENDIF
+# -Gc breaks the dependency chain and causes indefinite nummbers of cppumaker
+# calls...
.IF "$(GUI)"=="WNT"
CPPUMAKERFLAGS*=-L
-CPPUMAKERFLAGS+=-Gc
+#CPPUMAKERFLAGS+=-Gc
.ELSE # "$(GUI)"=="WNT"
-CPPUMAKERFLAGS+=-Gc
+#CPPUMAKERFLAGS+=-Gc
.ENDIF # "$(GUI)"=="WNT"
.IF "$(UNOTYPES)" != ""