Date: Wed, 4 Sep 1996 15:25:37 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-lib, cvs-usrbin, cvs-libexec, cvs-usrsbin Subject: cvs commit: src/usr.bin/tn3270/tools/mkastods Makefile src/usr.bin/tn3270/tools/mkdstoas Makefile src/usr.bin/tn3270/tools/mkhits Makefile src/usr.sbin/pccard/pccardc Makefile src/lib/libcom_err Makefile src/libexec/xtend Makefile src/usr.bin/tn3270/tools/mkastosc Makefile src/usr.bin/tn3270/tools/mkdctype Makefile src/usr.sbin/named Makefile.inc src/usr.sbin/tzsetup Makefile Message-ID: <199609042225.PAA06289@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/09/04 15:25:36
Modified: lib/libcom_err Makefile
libexec/xtend Makefile
usr.bin/tn3270/tools/mkastods Makefile
usr.bin/tn3270/tools/mkastosc Makefile
usr.bin/tn3270/tools/mkdctype Makefile
usr.bin/tn3270/tools/mkdstoas Makefile
usr.bin/tn3270/tools/mkhits Makefile
usr.sbin/named Makefile.inc
usr.sbin/pccard/pccardc Makefile
usr.sbin/tzsetup Makefile
Log:
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}'.
Revision Changes Path
1.4 +1 -2 src/lib/libcom_err/Makefile
1.3 +2 -2 src/libexec/xtend/Makefile
1.2 +1 -1 src/usr.bin/tn3270/tools/mkastods/Makefile
1.2 +1 -1 src/usr.bin/tn3270/tools/mkastosc/Makefile
1.2 +1 -1 src/usr.bin/tn3270/tools/mkdctype/Makefile
1.2 +1 -1 src/usr.bin/tn3270/tools/mkdstoas/Makefile
1.2 +1 -1 src/usr.bin/tn3270/tools/mkhits/Makefile
1.2 +2 -2 src/usr.sbin/named/Makefile.inc
1.3 +2 -2 src/usr.sbin/pccard/pccardc/Makefile
1.4 +2 -2 src/usr.sbin/tzsetup/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609042225.PAA06289>
