diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-03 04:54:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-03 04:54:44 +0000 |
commit | 831b268792d58f542f8e1a3c006b0ad59058da6c (patch) | |
tree | d1c8638a49e8ff07ece469967b5618e8122caeea /devel/vb2c | |
parent | f9a9e95d2fda15020bcce1d9f7ee14932ac9794e (diff) | |
download | ports-831b268792d58f542f8e1a3c006b0ad59058da6c.tar.gz ports-831b268792d58f542f8e1a3c006b0ad59058da6c.zip |
Uh, there are .o's in the distfile; and guess what. One can't build a
sparc64 binary using an i386 object.
Notes
Notes:
svn path=/head/; revision=71338
Diffstat (limited to 'devel/vb2c')
-rw-r--r-- | devel/vb2c/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/vb2c/Makefile b/devel/vb2c/Makefile index 437d79971718..81ddf5536b78 100644 --- a/devel/vb2c/Makefile +++ b/devel/vb2c/Makefile @@ -18,4 +18,7 @@ MAKEFILE= ${FILESDIR}/Makefile NO_MAN= +post-extract: + @${RM} -f ${WRKSRC}/*.o + .include <bsd.port.mk> |