INTEGRATION: CWS ause05 (1.20.14); FILE MERGED

2003/05/26 10:46:04 hjs 1.20.14.1: #i11045# avoid overriding environment settings for AWK
This commit is contained in:
Vladimir Glazounov 2003-06-04 09:40:46 +00:00
parent a4cece3630
commit b850a77802

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: unitools.mk,v $ # $RCSfile: unitools.mk,v $
# #
# $Revision: 1.20 $ # $Revision: 1.21 $
# #
# last change: $Author: vg $ $Date: 2003-04-01 13:34:43 $ # last change: $Author: vg $ $Date: 2003-06-04 10:40:46 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@ -109,11 +109,11 @@ TYPE=cat
COPY=cp -f COPY=cp -f
COPYRECURSE=-r COPYRECURSE=-r
.IF "$(OS)"=="SOLARIS" .IF "$(OS)"=="SOLARIS"
AWK=nawk AWK*=nawk
GNUCOPY=gnucp GNUCOPY=gnucp
GNUPATCH=gnupatch GNUPATCH=gnupatch
.ELSE # "$(OS)"=="SOLARIS" .ELSE # "$(OS)"=="SOLARIS"
AWK=awk AWK*=awk
GNUCOPY=cp GNUCOPY=cp
GNUPATCH=patch GNUPATCH=patch
.ENDIF # "$(OS)"=="SOLARIS" .ENDIF # "$(OS)"=="SOLARIS"