From faa28a39e99bd4cf81d47157ed0502628d4f9136 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 28 Oct 1994 05:36:38 +0000 Subject: Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, the whole build doesn't fall over before installation. --- gnu/lib/libdialog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index b5f0b240e23b..55624154ae72 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -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 -- cgit v1.3