diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-11-04 17:10:43 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-11-04 17:10:43 +0000 |
commit | 778d51c227011c7a1b19c85e6d2c5a2b3d28b05b (patch) | |
tree | 6318af1d1cc0dd4692d0629b5c5e0131de268e0e /solenv/inc/unitools.mk | |
parent | 0d30e5f926cbb0cc7f5fd74ca555868a131eb3f8 (diff) |
#100157# wrap makedepend win32/tcsh
Diffstat (limited to 'solenv/inc/unitools.mk')
-rw-r--r-- | solenv/inc/unitools.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk index 5c4bb4874960..d13248ad7a7e 100644 --- a/solenv/inc/unitools.mk +++ b/solenv/inc/unitools.mk @@ -2,9 +2,9 @@ # # $RCSfile: unitools.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: hjs $ $Date: 2002-06-07 14:01:43 $ +# last change: $Author: hjs $ $Date: 2002-11-04 18:10:43 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -151,9 +151,9 @@ GNUCOPY=cp GNUPATCH=patch .ENDIF # "$(OS)"=="SOLARIS" .IF "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" -GNUMAKE=make +GNUMAKE*=make .ELSE # "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" -GNUMAKE=gmake +GNUMAKE*=gmake .ENDIF # "$(OS)"=="LINUX" || "$(OS)"=="MACOSX" TOUCH=touch RENAME=mv @@ -166,7 +166,7 @@ ECHON=echo -n ECHONL=echo .ENDIF -MAKEDEPEND*=makedepend +MAKEDEPEND*=$(WRAPCMD) makedepend RM+=$(RMFLAGS) |