Fix typo that somehow crept in the last commit.
This commit is contained in:
parent
acfcce70d2
commit
d6b092f862
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink.mk,v 1.11 2001/10/24 19:49:50 jlam Exp $
|
||||
# $NetBSD: buildlink.mk,v 1.12 2001/10/25 19:10:18 jlam Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use ncurses.
|
||||
#
|
||||
|
@ -94,7 +94,7 @@ ncurses-extra-includes-buildlink:
|
|||
include/term.h \
|
||||
"; \
|
||||
for file in $${extra_includes}; do \
|
||||
${TOUCH} ${TOUCH_FLAGS} $${BUILDLINK_DIR}/$${file}; \
|
||||
${TOUCH} ${TOUCH_FLAGS} ${BUILDLINK_DIR}/$${file}; \
|
||||
done
|
||||
|
||||
.endif # NCURSES_BUILDLINK_MK
|
||||
|
|
Loading…
Reference in a new issue