summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-10 11:05:11 +0000
committerskrll <skrll>2002-02-10 11:05:11 +0000
commit1b62d3c4b3ad4feee82b05f3ff12f06b6c52f558 (patch)
treede37782c927e3397aad9b7760161ef67b0ebc778 /devel
parentd08d9d2c5283ed92e581ec91471eaa9a4c8dd193 (diff)
downloadpkgsrc-1b62d3c4b3ad4feee82b05f3ff12f06b6c52f558.tar.gz
autoheader doesn't need to be invoked so don't do it. This means we can
remove the BUILD_DEPENDS on autoconf.
Diffstat (limited to 'devel')
-rw-r--r--devel/prc-tools-gcc/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/prc-tools-gcc/Makefile b/devel/prc-tools-gcc/Makefile
index 0cffc17ca6c..11a16c02d34 100644
--- a/devel/prc-tools-gcc/Makefile
+++ b/devel/prc-tools-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/09/27 23:17:57 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/02/10 11:05:11 skrll Exp $
#
PKGNAME= prc-tools-gcc-${PRC_TOOLS_VERS}
@@ -9,7 +9,6 @@ BASE_VERS= 2.95.2
.include "../../devel/prc-tools/Makefile.common"
-BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf
DEPENDS+= prc-tools-binutils>=2.0:../../devel/prc-tools-binutils
ALL_TARGET= all-gcc
@@ -17,6 +16,12 @@ INSTALL_TARGET= install-gcc
USE_BUILDLINK_ONLY= YES
+#
+# Prevent totally unnecessary invocation of autoheader
+#
+post-patch:
+ cd ${WRKDIR}/${BASE_DIST}-${BASE_VERS}/gcc && ${TOUCH} cstamp-h.in
+
post-install:
@${RMDIR} ${PREFIX}/m68k-palmos/include