diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 20:42:33 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 20:42:33 +0000 |
commit | c6d753f2841777de1d80e7ef4bd49c225f44217f (patch) | |
tree | 51744e1992d4cc463506dc3c23767f72d82bd555 /palm/prc-tools | |
parent | e86f412ff7cc187c1d98d1b4822a0d9ec3a1ec1b (diff) | |
download | ports-c6d753f2841777de1d80e7ef4bd49c225f44217f.tar.gz ports-c6d753f2841777de1d80e7ef4bd49c225f44217f.zip |
Notes
Diffstat (limited to 'palm/prc-tools')
-rw-r--r-- | palm/prc-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/prc-tools/Makefile b/palm/prc-tools/Makefile index 887c22581aef..297637076050 100644 --- a/palm/prc-tools/Makefile +++ b/palm/prc-tools/Makefile @@ -3,7 +3,7 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.7 1998/02/19 06:55:19 asami Exp $ +# $Id: Makefile,v 1.8 1998/05/27 00:17:45 dburr Exp $ # # *WARNING* write access to ${PREFIX} is required DURING build because the # make "all" target actually installs the gnu tools before building the @@ -18,6 +18,8 @@ MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ binutils-2.7.tar.gz gdb-4.16.tar.gz gcc-2.7.2.2.tar.gz +BROKEN_ELF= stubgen + MAINTAINER= ports@freebsd.org # install things in ${LOCALBASE}/pilot to avoid conflicts |