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}'.
This commit is contained in:
Bruce Evans
1996-09-04 22:25:35 +00:00
parent c771590aa7
commit 680b396b51
10 changed files with 14 additions and 15 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
# $Id: Makefile,v 1.2 1995/08/06 12:23:28 bde Exp $
# $Id: Makefile,v 1.3 1996/08/30 01:45:45 peter Exp $
LIB= com_err
SRCS= com_err.c error_message.c et_name.c init_et.c
CFLAGS+= -I.
MAN3= com_err.3
SUBDIR= doc