aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/libcpp
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-04-28 07:50:45 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-04-28 07:50:45 +0000
commit3b8f08459569bf0faa21473e5cec2491e95c9349 (patch)
tree80f45dd81ca716bcd7ca9674581e1fc40b93cd34 /gnu/usr.bin/cc/libcpp
parent9d2ab4a62d6733c45958627ac113bdbd818d1e2a (diff)
parentb2ba55951383498f252746f618d513139da06e8e (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/libcpp')
-rw-r--r--gnu/usr.bin/cc/libcpp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/libcpp/Makefile b/gnu/usr.bin/cc/libcpp/Makefile
index bfaea7d4ac8f..d21bd8352bce 100644
--- a/gnu/usr.bin/cc/libcpp/Makefile
+++ b/gnu/usr.bin/cc/libcpp/Makefile
@@ -11,9 +11,9 @@ CFLAGS+= -I${.CURDIR} -I.
LIB= cpp
SRCS= localedir.h
-SRCS+= charset.c directives.c errors.c expr.c files.c \
- identifiers.c init.c lex.c line-map.c macro.c mkdeps.c \
- pch.c symtab.c traditional.c
+SRCS+= charset.c directives.c directives-only.c errors.c expr.c \
+ files.c identifiers.c init.c lex.c line-map.c macro.c \
+ mkdeps.c pch.c symtab.c traditional.c
INTERNALLIB=
WARNS?= 1