Makefile.in (PREPROCESSOR_DEFINES): New macro.
authorFred Fish <fnf@cygnus.com>
Wed, 25 Aug 1999 02:49:56 +0000 (02:49 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 25 Aug 1999 02:49:56 +0000 (02:49 +0000)
commitd059a2395dafa9d818a38686171d7717ac0b8897
treecc3f78e16bd61883bd851c64c73ab8ccd716a823
parentd55d01bdf868c129dce0a703a9fae4d45c95c0bc
Makefile.in (PREPROCESSOR_DEFINES): New macro.

* Makefile.in (PREPROCESSOR_DEFINES): New macro.
(protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
(unprotoize.o): Ditto.
(test-protoize-simple): Don't define STD_PROTO_DIR.
* protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
changes to make 'test-protoize-simple' pass.
(STD_PROTO_DIR): Remove define.
(STANDARD_EXEC_PREFIX): Supply default define.
(standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
(target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
(target_version): New variable, init to DEFAULT_TARGET_VERSION.
(GET_ENV_PATH_LIST): New macro.
(default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
(do_processing): Initialize default_syscalls_dir using new
macros.  Use it to initialize syscalls_absolute_filename.

Co-Authored-By: Geoff Keating <geoffk@cygnus.com>
From-SVN: r28832
gcc/ChangeLog
gcc/Makefile.in
gcc/protoize.c