Remove the pre-build target that does the same thing as AUTOMAKE_OVERRIDE.
This commit is contained in:
parent
584da08bcc
commit
7ce37dffdc
1 changed files with 1 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2001/09/27 23:18:12 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2002/03/11 07:51:41 skrll Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libungif-4.1.0
|
||||
|
@ -31,13 +31,6 @@ MAKE_ENV+= CC="${CC} -I${LOCALBASE}/include"
|
|||
post-patch:
|
||||
${RM} ${WRKSRC}/doc/gif2x11.html
|
||||
|
||||
# We patch configure.in, so touch the Makefile.in files to prevent automake
|
||||
# from regenerating them.
|
||||
#
|
||||
pre-build:
|
||||
${TOUCH} ${WRKSRC}/aclocal.m4
|
||||
${FIND} ${WRKSRC} -name "Makefile.in" -print | ${XARGS} ${TOUCH}
|
||||
|
||||
post-install:
|
||||
cd ${PREFIX}; \
|
||||
for f in libungif.a libungif.so libungif.so.5 libungif.so.5.0; do \
|
||||
|
|
Loading…
Reference in a new issue