From 22cf3c1924f81c7e481a57a0e0a5669eb7edf41a Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 4 Sep 1996 22:25:35 +0000 Subject: Removed unused `-I.'s from CFLAGS. "." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'. --- usr.bin/tn3270/tools/mkastods/Makefile | 2 +- usr.bin/tn3270/tools/mkastosc/Makefile | 2 +- usr.bin/tn3270/tools/mkdctype/Makefile | 2 +- usr.bin/tn3270/tools/mkdstoas/Makefile | 2 +- usr.bin/tn3270/tools/mkhits/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.bin/tn3270') diff --git a/usr.bin/tn3270/tools/mkastods/Makefile b/usr.bin/tn3270/tools/mkastods/Makefile index a2d36a1..f7c6608 100644 --- a/usr.bin/tn3270/tools/mkastods/Makefile +++ b/usr.bin/tn3270/tools/mkastods/Makefile @@ -2,7 +2,7 @@ PROG= mkastods SRCS= mkastods.c asc_ebc.c ebc_disp.c -CFLAGS+=-I${.CURDIR}/.. -I. +CFLAGS+=-I${.CURDIR}/.. NOMAN= noman .PATH: ${.CURDIR}/../../api diff --git a/usr.bin/tn3270/tools/mkastosc/Makefile b/usr.bin/tn3270/tools/mkastosc/Makefile index a6268f5..c06d075 100644 --- a/usr.bin/tn3270/tools/mkastosc/Makefile +++ b/usr.bin/tn3270/tools/mkastosc/Makefile @@ -2,7 +2,7 @@ PROG= mkastosc SRCS= mkastosc.c dohits.c asc_ebc.c ebc_disp.c -CFLAGS+=-I${.CURDIR}/../mkhits -I${.CURDIR}/.. -I. +CFLAGS+=-I${.CURDIR}/../mkhits -I${.CURDIR}/.. NOMAN= noman .PATH: ${.CURDIR}/../mkhits ${.CURDIR}/../../api diff --git a/usr.bin/tn3270/tools/mkdctype/Makefile b/usr.bin/tn3270/tools/mkdctype/Makefile index 818bb52..363eb01 100644 --- a/usr.bin/tn3270/tools/mkdctype/Makefile +++ b/usr.bin/tn3270/tools/mkdctype/Makefile @@ -2,7 +2,7 @@ PROG= mkdctype SRCS= mkdctype.c ebc_disp.c ectype.c -CFLAGS+=-I${.CURDIR}/.. -I. +CFLAGS+=-I${.CURDIR}/.. NOMAN= noman .PATH: ${.CURDIR}/../../api diff --git a/usr.bin/tn3270/tools/mkdstoas/Makefile b/usr.bin/tn3270/tools/mkdstoas/Makefile index b2abeb3..53ecd70 100644 --- a/usr.bin/tn3270/tools/mkdstoas/Makefile +++ b/usr.bin/tn3270/tools/mkdstoas/Makefile @@ -2,7 +2,7 @@ PROG= mkdstoas SRCS= mkdstoas.c asc_ebc.c ebc_disp.c -CFLAGS+=-I${.CURDIR}/.. -I. +CFLAGS+=-I${.CURDIR}/.. NOMAN= noman .PATH: ${.CURDIR}/../../api diff --git a/usr.bin/tn3270/tools/mkhits/Makefile b/usr.bin/tn3270/tools/mkhits/Makefile index c7c8802..169e6c4 100644 --- a/usr.bin/tn3270/tools/mkhits/Makefile +++ b/usr.bin/tn3270/tools/mkhits/Makefile @@ -2,7 +2,7 @@ PROG= mkhits SRCS= mkhits.c dohits.c asc_ebc.c ebc_disp.c -CFLAGS+=-I${.CURDIR}/.. -I. +CFLAGS+=-I${.CURDIR}/.. NOMAN= noman .PATH: ${.CURDIR}/../../api -- cgit v1.1