diff options
author | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
commit | 3fd8dc5e56f2d68292f0adba7c1d4263303f35f3 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /devel/cmdline | |
parent | 9d67434c524abb2745d1d6648faf70a092c3c485 (diff) | |
download | pkgsrc-3fd8dc5e56f2d68292f0adba7c1d4263303f35f3.tar.gz |
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'devel/cmdline')
-rw-r--r-- | devel/cmdline/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/cmdline/Makefile b/devel/cmdline/Makefile index 80d1bc511e8..f417e4a8261 100644 --- a/devel/cmdline/Makefile +++ b/devel/cmdline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/24 08:53:55 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/10 00:08:43 jlam Exp $ DISTNAME= CmdLine PKGNAME= cmdline-${PKG_VERS} @@ -14,7 +14,6 @@ COMMENT= C++ library for parsing command arguments DIST_SUBDIR= cmdline-${DIST_VERS} USE_LIBTOOL= # defined -NO_CONFIGURE= # defined .include "../../devel/readline/buildlink.mk" @@ -25,6 +24,4 @@ MAKE_ENV+= OPT="${CXXFLAGS}" MAKE_ENV+= MOREUSRDEFS="${MOREUSRDEFS}" MAKE_ENV+= MOREUSRLIBS="${MOREUSRLIBS}" -pre-build: ${BUILDLINK_TARGETS} - .include "../../mk/bsd.pkg.mk" |