diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
commit | 3bc5e40254426847ecde2acbbfab3d3fbc8e20a6 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /devel/cdecl | |
parent | bbec7d214062528a54ab29394f673c001a251e76 (diff) | |
download | pkgsrc-3bc5e40254426847ecde2acbbfab3d3fbc8e20a6.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/cdecl')
-rw-r--r-- | devel/cdecl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index 4af91257d34..88e52a1ea6b 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/05/24 08:53:55 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/06/10 00:08:43 jlam Exp $ # DISTNAME= cdecl-2.5 @@ -21,8 +21,6 @@ LDFLAGS+= -L${BUILDLINK_LIBDIR} EGDIR= ${PREFIX}/share/examples/cdecl -pre-configure: ${BUILDLINK_TARGETS} - post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/testset* ${EGDIR} |