diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-01-08 11:36:49 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-01-08 11:36:49 +0000 |
commit | 67891707c68e3359d631874b35e53362693dded2 (patch) | |
tree | d0f16b002ff06af727f7dce8e30dc722fabe8e43 /soltools/util | |
parent | ea21e6c5a297f1cb69c271b55c01cbb617176613 (diff) |
#96287# make use of makedepend more flexible
Diffstat (limited to 'soltools/util')
-rw-r--r-- | soltools/util/makefile.pmk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/soltools/util/makefile.pmk b/soltools/util/makefile.pmk index b797b0b5090e..b5b267db9b1b 100644 --- a/soltools/util/makefile.pmk +++ b/soltools/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hjs $ $Date: 2002-01-08 12:16:38 $ +# last change: $Author: hjs $ $Date: 2002-01-08 12:36:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,10 +60,6 @@ # #************************************************************************* -PRJ=.. - -PRJNAME=soltools -TARGET=util - +# find makedepend in own output tree MAKEDEPEND=$(BIN)$/makedepend |