diff options
author | Armin Theissen <armin@openoffice.org> | 2001-10-26 13:40:55 +0000 |
---|---|---|
committer | Armin Theissen <armin@openoffice.org> | 2001-10-26 13:40:55 +0000 |
commit | 0866b1af159d5f27c8f6b5bd35f0ec1ff17326bc (patch) | |
tree | 1f1b46bda24754778b38e02f73c69cbf788b9a5f /soltools/giparser | |
parent | 7460264e746999ab60bac81f5d1344f35c7491f6 (diff) |
added nodep=true
Diffstat (limited to 'soltools/giparser')
-rw-r--r-- | soltools/giparser/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/soltools/giparser/makefile.mk b/soltools/giparser/makefile.mk index cdcdc66053aa..41dae89a9d24 100644 --- a/soltools/giparser/makefile.mk +++ b/soltools/giparser/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2001-07-30 12:52:07 $ +# last change: $Author: armin $ $Date: 2001-10-26 14:40:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,6 +66,7 @@ PRJNAME=soltools TARGET=soltools_giparser TARGETTYPE=CUI NO_SHL_DESCRIPTION=TRUE +nodep=true # --- Settings ----------------------------------------------------- |