gcc50/csu: Skip depends step to avoid possible race
[dragonfly.git] / gnu / usr.bin / cc44 / libcpp / Makefile
1 LIB=            cpp
2 INTERNALLIB=    YES
3
4 SRCS=   charset.c directives.c directives-only.c errors.c expr.c files.c \
5         identifiers.c init.c lex.c line-map.c macro.c mkdeps.c \
6         pch.c symtab.c traditional.c
7
8 SRCS+=  localedir.h
9 CLEANFILES=     localedir.h
10 localedir.h:
11         touch $@
12
13 CFLAGS+= -I${.CURDIR} -I${.OBJDIR} -Duchar="unsigned char"
14
15 GCC_NO_PATH=    # defined
16
17 .include <bsd.lib.mk>
18
19 .PATH:  ${GCCDIR}/libcpp