summaryrefslogtreecommitdiff
path: root/lang/gcc34-ada
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-11-15 11:38:42 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-11-15 11:38:42 +0000
commit0cbac7c9e1bd1bf7218dced625a500ee4d7430dd (patch)
treeb3a8a3e99be8cf58b513f583a98bc576ef1ba090 /lang/gcc34-ada
parentfb45ff04c817b6a39f763823eb9af01c22401ada (diff)
downloadpkgsrc-0cbac7c9e1bd1bf7218dced625a500ee4d7430dd.tar.gz
Add missing '-print' to FIND
Diffstat (limited to 'lang/gcc34-ada')
-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}; \