From: Zack Weinberg Date: Wed, 17 Apr 2002 03:23:45 +0000 (+0000) Subject: Makefile.in (PROTO_OBJS): Add cppdefault.o. X-Git-Tag: releases/gcc-3.3.0~5650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0fe1b1d5655f666d1d13f3b9a474a66bdabe739;p=thirdparty%2Fgcc.git Makefile.in (PROTO_OBJS): Add cppdefault.o. 2002-04-17 Zack Weinberg * Makefile.in (PROTO_OBJS): Add cppdefault.o. (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line. (unprotoize.o): Ditto. Build from protoize.c. Define UNPROTOIZE on command line. * protoize.c: Include cppdefault.h. Delete include_defaults. (in_system_include_dir): Use cpp_include_defaults (defined in cppdefault.o). * unprotoize.c: Delete file. Approved by: rth Message-ID: <20020415171022.A20025@redhat.com> From-SVN: r52404 --- diff --git a/gcc/unprotoize.c b/gcc/unprotoize.c deleted file mode 100644 index bebac0ad1836..000000000000 --- a/gcc/unprotoize.c +++ /dev/null @@ -1,2 +0,0 @@ -#define UNPROTOIZE -#include "protoize.c"