From fe0a1dc5860cfb01de5a0f2b759e053b064a40c3 Mon Sep 17 00:00:00 2001 From: kan Date: Tue, 12 Sep 2006 21:57:28 +0000 Subject: Remove redundant defines alerady set by Makefile.fe --- gnu/usr.bin/cc/cpp/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index f8e52f3..415d63d 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -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} -- cgit v1.1