summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-03-28 16:42:11 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-03-28 16:42:11 +0000
commit6fcd1445c2285239715b7f3e7e884a0801c1eacc (patch)
treecb55fa33ade8343c2e4d3cc7320f0b9500435c8f
parent59aafc58f357b8a79a4ad911e90127251dfac7e9 (diff)
AWK needs to be defined
-rw-r--r--solenv/inc/unitools.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
index 70f73ca43de8..8670cbd10d6c 100644
--- a/solenv/inc/unitools.mk
+++ b/solenv/inc/unitools.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unitools.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: hjs $ $Date: 2002-03-21 19:52:53 $
+# last change: $Author: hjs $ $Date: 2002-03-28 17:42:11 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -146,6 +146,7 @@ AWK=nawk
GNUCOPY=gnucp
GNUPATCH=gnupatch
.ELSE # "$(OS)"=="SOLARIS"
+AWK=awk
GNUCOPY=cp
GNUPATCH=patch
.ENDIF # "$(OS)"=="SOLARIS"