diff options
author | tron <tron@pkgsrc.org> | 1999-05-02 14:29:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-02 14:29:16 +0000 |
commit | 413d44a335d0212acc8d626355aff77c2812be54 (patch) | |
tree | 5fbf41ff7a01660a51c193a0d953fc0deaaf844f /corba/ORBit | |
parent | d1c29c3162ed1569f0b5ef616d596946234fd97a (diff) | |
download | pkgsrc-413d44a335d0212acc8d626355aff77c2812be54.tar.gz |
Remove kludge to avoid random build failures because it didn't help.
Diffstat (limited to 'corba/ORBit')
-rw-r--r-- | corba/ORBit/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile index edb8213ad36..01021bde515 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/05/02 14:11:40 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/05/02 14:29:16 tron Exp $ # DISTNAME= ORBit-0.4.3 @@ -21,7 +21,4 @@ CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" LIBTOOL_FLAGS= --install-la INFO_FILES= libIDL.info -post-extract: - @find ${WRKDIR} -name "*.idl" -type f | xargs ${TOUCH} - .include "../../mk/bsd.pkg.mk" |