From 75b6984cadb04a9f1b40edb0f5902ff6817aaa8d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 21 Oct 1993 18:41:48 +0000 Subject: [PATCH] (STMP_FIXPROTO): Uncomment the definition. From-SVN: r5864 --- gcc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 868514901cb..d30591f6c5a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -121,8 +121,8 @@ RANLIB_TEST_FOR_TARGET = [ -f $(TARGET_TOOLPREFIX)ranlib ] # Dir to search for system headers. Overridden by cross-make. SYSTEM_HEADER_DIR = /usr/include -# Uncomment following line for fixproto support. (May become the default!) -# STMP_FIXPROTO = stmp-fixproto +# Control whether to run fixproto. +STMP_FIXPROTO = stmp-fixproto # There may be a premade insn-attrtab.c for this machine. # (You could rebuild it with genattrtab as usual, but it takes a long time.) -- 2.30.2