Add -I${.CURDIR}

This commit is contained in:
ache 1994-10-28 06:58:04 +00:00
parent 863c6360e4
commit 0e4c19db3c
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Makefile for libmytinfo
# Use 'make update_term_h' manually after changing internal
# mytinfo structures
# $Id: Makefile,v 1.5 1994/10/10 00:32:17 ache Exp $
# $Id: Makefile,v 1.6 1994/10/10 01:03:26 ache Exp $
LIB= mytinfo
SRCS= addstr.c binorder.c buildpath.c caplist.c capsort.c compar.c\
@ -11,7 +11,7 @@ SRCS= addstr.c binorder.c buildpath.c caplist.c capsort.c compar.c\
CLEANFILES+= binorder.c caplist.c capsort.c mkbinorder mkcaplist \
mkcapsort mktermhead mkversion readcaps.o version.c
CFLAGS+=-Wall
CFLAGS+=-Wall -I${.CURDIR}
CAPS= 1000

View File

@ -1,5 +1,5 @@
# Makefile for ncurses
# $Id: Makefile,v 1.4 1994/10/12 01:51:27 ache Exp $
# $Id: Makefile,v 1.5 1994/10/12 01:59:06 ache Exp $
LIB= ncurses
SRCS= lib_kernel.c lib_pad.c\
@ -13,7 +13,7 @@ SRCS= lib_kernel.c lib_pad.c\
lib_newterm.c lib_set_term.c lib_overlay.c lib_scrreg.c lib_color.c \
lib_insstr.c lib_insdel.c lib_twait.c copyright.c
CFLAGS+= -I. -Wall -DMYTINFO -DTERMIOS -DGOOD_SELECT -DBSDTABS
CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO -DTERMIOS -DGOOD_SELECT -DBSDTABS
LDADD+= -lmytinfo
CLEANFILES+= lib_keyname.c keys.tries

View File

@ -1,5 +1,5 @@
# Makefile for ncurses
# $Id: Makefile,v 1.4 1994/10/12 01:51:27 ache Exp $
# $Id: Makefile,v 1.5 1994/10/12 01:59:06 ache Exp $
LIB= ncurses
SRCS= lib_kernel.c lib_pad.c\
@ -13,7 +13,7 @@ SRCS= lib_kernel.c lib_pad.c\
lib_newterm.c lib_set_term.c lib_overlay.c lib_scrreg.c lib_color.c \
lib_insstr.c lib_insdel.c lib_twait.c copyright.c
CFLAGS+= -I. -Wall -DMYTINFO -DTERMIOS -DGOOD_SELECT -DBSDTABS
CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO -DTERMIOS -DGOOD_SELECT -DBSDTABS
LDADD+= -lmytinfo
CLEANFILES+= lib_keyname.c keys.tries