Oops, beforedepend isn't needed. The build problem I had was due to

something else.
This commit is contained in:
Peter Wemm 2000-10-11 08:20:37 +00:00
parent fa741a91a7
commit 1105a0c9d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66972
2 changed files with 0 additions and 4 deletions

View File

@ -20,8 +20,6 @@ CLEANFILES+= ncurses_def.h
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
-Wall -DNDEBUG -DHAVE_CONFIG_H
beforedepend: ncurses_def.h
ncurses_def.h: MKncurses_def.sh ncurses_defs
AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \
${NCURSES}/include/ncurses_defs > ncurses_def.h

View File

@ -20,8 +20,6 @@ CLEANFILES+= ncurses_def.h
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
-Wall -DNDEBUG -DHAVE_CONFIG_H
beforedepend: ncurses_def.h
ncurses_def.h: MKncurses_def.sh ncurses_defs
AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \
${NCURSES}/include/ncurses_defs > ncurses_def.h