summaryrefslogtreecommitdiff
path: root/lang/gcc34-ada/Makefile
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2004-11-15 11:38:42 +0000
committershannonjr <shannonjr>2004-11-15 11:38:42 +0000
commitfadc6b9df641b489ca7807a507fe98be9812c1f5 (patch)
treeb3a8a3e99be8cf58b513f583a98bc576ef1ba090 /lang/gcc34-ada/Makefile
parent699caa3fcac4c865b1a13bddb502183f2b72a78c (diff)
downloadpkgsrc-fadc6b9df641b489ca7807a507fe98be9812c1f5.tar.gz
Add missing '-print' to FIND
Diffstat (limited to 'lang/gcc34-ada/Makefile')
-rw-r--r--lang/gcc34-ada/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc34-ada/Makefile b/lang/gcc34-ada/Makefile
index 7e2778ac16c..c9deb9a34e6 100644
--- a/lang/gcc34-ada/Makefile
+++ b/lang/gcc34-ada/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/11/08 16:46:27 shannonjr Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/15 11:39:14 shannonjr Exp $
#
DISTNAME= gcc-${GCC_VERSION}
@@ -126,7 +126,7 @@ pre-configure:
(cd ${WRKDIR}/.buildlink && ${MKDIR} ${RALT_GCC_RTS} && \
cd ${RALT_GCC_RTS} && ${LN} -sf ${ALT_GCC_RTS}/libgnat.a .)
(cd ${ALT_GCC:H} && \
- files=`${FIND} . -type f \( -perm -0100 \)` && \
+ files=`${FIND} . -type f \( -perm -0100 \) -print` && \
cd ${GCC_DIR}/bin/ && \
for file in ${ALT_GCC:T} $${files} ; do \
${ECHO} '#!${TOOLS_SHELL}' > $${file}; \