Date: Mon, 27 Mar 2000 10:29:47 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl/miniperl Makefile Message-ID: <200003271829.KAA31300@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/03/27 10:29:47 PST Modified files: gnu/usr.bin/perl/miniperl Makefile Log: Fixed wrong path to libperl in DPADD. Fixed wrong path to libperl in LDADD in some funky objdir setups. Use ${dir}/libfoo.a instead of -L${dir} -lfoo for local static libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed misformatting of $FreeBSD$. Revision Changes Path 1.12 +8 -5 src/gnu/usr.bin/perl/miniperl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003271829.KAA31300>