aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-11-16 03:10:14 +0000
committerRichard Stallman <rms@gnu.org>1993-11-16 03:10:14 +0000
commitc28464adaf6756c46025045a2d4d4bd34d39a378 (patch)
tree7981af7c45dd1a0d404abb4eddc332329fdb7929 /gcc
parenta860f3ceeab03097f9af78847080d5c9d4e742ab (diff)
downloadgcc-c28464adaf6756c46025045a2d4d4bd34d39a378.zip
gcc-c28464adaf6756c46025045a2d4d4bd34d39a378.tar.gz
gcc-c28464adaf6756c46025045a2d4d4bd34d39a378.tar.bz2
(stmp-fixproto): Don't depend on xsys-protos.h.
From-SVN: r6102
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 171f3ba..fa1f06b 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)