From owner-cvs-usrbin Wed Sep 4 15:25:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06322 for cvs-usrbin-outgoing; Wed, 4 Sep 1996 15:25:46 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06289; Wed, 4 Sep 1996 15:25:37 -0700 (PDT) Date: Wed, 4 Sep 1996 15:25:37 -0700 (PDT) From: Bruce Evans Message-Id: <199609042225.PAA06289@freefall.freebsd.org> 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 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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