summaryrefslogtreecommitdiff
path: root/lang/gcc34
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 04:11:44 +0000
committerrodent <rodent>2013-04-06 04:11:44 +0000
commit9e8bed4bed95be0b0d4cbfa864e527d08c30940f (patch)
tree58bc22e3d0525fa88d5c2fe573db8ac53511d849 /lang/gcc34
parentf55c9d09f6095c17fe91ee41f91555871f78dc7b (diff)
downloadpkgsrc-9e8bed4bed95be0b0d4cbfa864e527d08c30940f.tar.gz
'Please use "${TEST}" instead of "test".'
Diffstat (limited to 'lang/gcc34')
-rw-r--r--lang/gcc34/preconfigure.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/preconfigure.mk b/lang/gcc34/preconfigure.mk
index 5b7dd6330ae..2b47fd5a20c 100644
--- a/lang/gcc34/preconfigure.mk
+++ b/lang/gcc34/preconfigure.mk
@@ -1,5 +1,5 @@
# Create compiler driver scripts in ${WRKDIR}.
- (test -d ${WRKDIR}/.gcc/bin || ${MKDIR} ${WRKDIR}/.gcc/bin)
+ (${TEST} -d ${WRKDIR}/.gcc/bin || ${MKDIR} ${WRKDIR}/.gcc/bin)
(cd ${BUILDLINK_PREFIX.gcc34}/bin && bin_files=`${LS} *` && \
cd ${WRKDIR}/.gcc/bin && \
for _target_ in $${bin_files} ; do \