Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the
whole build doesn't fall over before installation.
This commit is contained in:
parent
63f7a09266
commit
faa28a39e9
@ -1,11 +1,11 @@
|
||||
# Makefile for libdialog
|
||||
# $Id: Makefile,v 1.4 1994/10/21 15:42:27 ache Exp $
|
||||
# $Id: Makefile,v 1.5 1994/10/28 03:08:14 ache Exp $
|
||||
|
||||
LIB= dialog
|
||||
SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
|
||||
lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c
|
||||
|
||||
CFLAGS+= -Wall -Wstrict-prototypes -DLOCALE
|
||||
CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
|
||||
|
||||
LDADD+= -lncurses -lmytinfo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user