Commit 0df47f66 by Andreas Schwab Committed by Andreas Schwab

Makefile.in (STMP_FIXPROTO, [...]): Use substituted values from autoconf.

	* Makefile.in (STMP_FIXPROTO, STMP_FIXINC): Use substituted values
	from autoconf.

From-SVN: r47695
parent 7ffa903f
2001-12-05 Andreas Schwab <schwab@suse.de>
* Makefile.in (STMP_FIXPROTO, STMP_FIXINC): Use substituted values
from autoconf.
2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
* config.gcc: Include arm/xscale-coff.h before arm/arm.h.
......
......@@ -240,8 +240,8 @@ CROSS_SYSTEM_HEADER_DIR = $(build_tooldir)/sys-include
SYSTEM_HEADER_DIR = @SYSTEM_HEADER_DIR@
# Control whether to run fixproto and fixincludes.
STMP_FIXPROTO = stmp-fixproto
STMP_FIXINC = stmp-fixinc
STMP_FIXPROTO = @STMP_FIXPROTO@
STMP_FIXINC = @STMP_FIXINC@
# Test to see whether <limits.h> exists in the system header files.
LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment