Add missing .endif. *sigh*
This commit is contained in:
parent
d92fc7b03f
commit
3f542b2ed3
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: module.mk,v 1.11 2003/08/03 11:47:01 jmmv Exp $
|
||||
# $NetBSD: module.mk,v 1.12 2003/08/03 20:52:30 jmmv Exp $
|
||||
#
|
||||
# This Makefile fragment is intended to be included by packages that build
|
||||
# and install perl5 modules.
|
||||
|
@ -52,6 +52,7 @@ do-configure: perl5-configure
|
|||
do-configure: perl5-configure
|
||||
${_PKG_SILENT}${_PKG_DEBUG}${DO_NADA}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# OTHERLDFLAGS is the hook provided by the perl5 MakeMaker module to allow
|
||||
# customizing the LDFLAGS passed to the compiler/linker.
|
||||
|
|
Loading…
Reference in a new issue