1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Remove redundant defines alerady set by Makefile.fe

This commit is contained in:
Alexander Kabaev 2006-09-12 21:57:28 +00:00
parent d5bddfcbfc
commit f7a0a44b44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162258

View File

@ -8,9 +8,6 @@
PROG= cpp
SRCS= gcc.c cppspec.c
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
DPADD= ${LIBCC_INT}
LDADD= ${LIBCC_INT}