From c28464adaf6756c46025045a2d4d4bd34d39a378 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 16 Nov 1993 03:10:14 +0000 Subject: [PATCH] (stmp-fixproto): Don't depend on xsys-protos.h. From-SVN: r6102 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 171f3bae6af..fa1f06b0a5a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1614,7 +1614,7 @@ fixhdr.ready: fix-header fi # stmp-headers is to make sure fixincludes has already finished. -stmp-fixproto: fixhdr.ready xsys-protos.h fixproto stmp-headers +stmp-fixproto: fixhdr.ready fixproto stmp-headers @echo "Various warnings and error messages from fixproto are normal" CPP="$(GCC_FOR_TARGET) -E"; export CPP; \ ${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR) -- 2.30.2