Oops, beforedepend isn't needed. The build problem I had was due to
something else.
This commit is contained in:
parent
dcee789ed1
commit
873da66cc6
@ -20,8 +20,6 @@ CLEANFILES+= ncurses_def.h
|
|||||||
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
|
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
|
||||||
-Wall -DNDEBUG -DHAVE_CONFIG_H
|
-Wall -DNDEBUG -DHAVE_CONFIG_H
|
||||||
|
|
||||||
beforedepend: ncurses_def.h
|
|
||||||
|
|
||||||
ncurses_def.h: MKncurses_def.sh ncurses_defs
|
ncurses_def.h: MKncurses_def.sh ncurses_defs
|
||||||
AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \
|
AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \
|
||||||
${NCURSES}/include/ncurses_defs > ncurses_def.h
|
${NCURSES}/include/ncurses_defs > ncurses_def.h
|
||||||
|
@ -20,8 +20,6 @@ CLEANFILES+= ncurses_def.h
|
|||||||
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
|
CFLAGS+= -I. -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \
|
||||||
-Wall -DNDEBUG -DHAVE_CONFIG_H
|
-Wall -DNDEBUG -DHAVE_CONFIG_H
|
||||||
|
|
||||||
beforedepend: ncurses_def.h
|
|
||||||
|
|
||||||
ncurses_def.h: MKncurses_def.sh ncurses_defs
|
ncurses_def.h: MKncurses_def.sh ncurses_defs
|
||||||
AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \
|
AWK=${AWK} sh ${NCURSES}/include/MKncurses_def.sh \
|
||||||
${NCURSES}/include/ncurses_defs > ncurses_def.h
|
${NCURSES}/include/ncurses_defs > ncurses_def.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user