aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-04 22:25:35 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-04 22:25:35 +0000
commit680b396b513f464d200c4d2409472d49ea979278 (patch)
tree4cd7587f2b059fb83cf6c448d995092c55ba63ff /lib/libcom_err
parentc771590aa7ec930235fa7595a1710d803c289109 (diff)
downloadsrc-680b396b513f464d200c4d2409472d49ea979278.tar.gz
src-680b396b513f464d200c4d2409472d49ea979278.zip
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}'.
Notes
Notes: svn path=/head/; revision=18035
Diffstat (limited to 'lib/libcom_err')
-rw-r--r--lib/libcom_err/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
index 2b1a9c509e58..a09601c3efbe 100644
--- a/lib/libcom_err/Makefile
+++ b/lib/libcom_err/Makefile
@@ -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