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/support | |
parent | 7460264e746999ab60bac81f5d1344f35c7491f6 (diff) |
added nodep=true
Diffstat (limited to 'soltools/support')
-rw-r--r-- | soltools/support/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/soltools/support/makefile.mk b/soltools/support/makefile.mk index 0514a0e36a98..9341a24e578c 100644 --- a/soltools/support/makefile.mk +++ b/soltools/support/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2001-06-13 14:45:20 $ +# last change: $Author: armin $ $Date: 2001-10-26 14:38:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,6 +65,7 @@ PRJ=.. PRJNAME=soltools TARGET=soltools_support TARGETTYPE=CUI +nodep=true |