diff options
Diffstat (limited to 'lang/gcc34/Makefile')
-rw-r--r-- | lang/gcc34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 92e7aa4917fd..50a827b3fe40 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -107,7 +107,7 @@ do-fetch: do-extract: ${MKDIR} ${SRCDIR} - cd ${DISTDIR}/${DIST_SUBDIR}/${DIST_SUBDIR ; pax -pe -rwt . ${SRCDIR} + cd ${DISTDIR}/${DIST_SUBDIR}/${DIST_SUBDIR ; ${PAX} -pe -rwt . ${SRCDIR} .endif # CVS_DATE post-patch: |