]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/protoize.c
Makefile.in (PROTO_OBJS): Add cppdefault.o.
authorZack Weinberg <zack@codesourcery.com>
Wed, 17 Apr 2002 03:15:21 +0000 (03:15 +0000)
committerDavid O'Brien <obrien@gcc.gnu.org>
Wed, 17 Apr 2002 03:15:21 +0000 (03:15 +0000)
commit75a65e46517cd7066727757252447683657f45dd
tree529d506ab0cf6b6efa395229d048386eead82f2b
parent650f0e9713527bea27162e7f73c5754f39df4e04
Makefile.in (PROTO_OBJS): Add cppdefault.o.

2002-04-17  Zack Weinberg  <zack@codesourcery.com>
* 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: r52402
gcc/ChangeLog
gcc/Makefile.in
gcc/protoize.c