diff options
Diffstat (limited to 'lib/libmenu')
-rw-r--r-- | lib/libmenu/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile index 524defd..fabb36d 100644 --- a/lib/libmenu/Makefile +++ b/lib/libmenu/Makefile @@ -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 |