summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
authorjoerg <joerg>2009-01-09 11:46:34 +0000
committerjoerg <joerg>2009-01-09 11:46:34 +0000
commit6622fb4e3fdb212ff6a37a0afa7e966cce681f1e (patch)
treee8a5e1ad4402a7fd5640f631afdc664324dffd47 /mk/compiler
parent7ed69a7946f0e60f822691032ff80d3b64202e3b (diff)
downloadpkgsrc-6622fb4e3fdb212ff6a37a0afa7e966cce681f1e.tar.gz
Further refine AIX support. From Jens Rehsack.
Diffstat (limited to 'mk/compiler')
-rw-r--r--mk/compiler/xlc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/xlc.mk b/mk/compiler/xlc.mk
index 8983d4af511..09e0fda6bac 100644
--- a/mk/compiler/xlc.mk
+++ b/mk/compiler/xlc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: xlc.mk,v 1.21 2008/12/29 21:26:55 joerg Exp $
+# $NetBSD: xlc.mk,v 1.22 2009/01/09 11:46:34 joerg Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -135,7 +135,7 @@ ${_XLC_CPP}:
${RUN}${MKDIR} ${.TARGET:H}
${RUN} \
(${ECHO} '#!${TOOLS_SHELL}'; \
- ${ECHO} 'exec ${XLCBASE}/bin/xlc -E @$$@"'; \
+ ${ECHO} 'exec ${XLCBASE}/bin/xlc -E "$$@"'; \
) > ${.TARGET}
${RUN}${CHMOD} +x ${.TARGET}