diff options
author | Richard Stallman <rms@gnu.org> | 1993-11-16 03:10:14 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-11-16 03:10:14 +0000 |
commit | c28464adaf6756c46025045a2d4d4bd34d39a378 (patch) | |
tree | 7981af7c45dd1a0d404abb4eddc332329fdb7929 | |
parent | a860f3ceeab03097f9af78847080d5c9d4e742ab (diff) | |
download | gcc-c28464adaf6756c46025045a2d4d4bd34d39a378.zip gcc-c28464adaf6756c46025045a2d4d4bd34d39a378.tar.gz gcc-c28464adaf6756c46025045a2d4d4bd34d39a378.tar.bz2 |
(stmp-fixproto): Don't depend on xsys-protos.h.
From-SVN: r6102
-rw-r--r-- | gcc/Makefile.in | 2 |
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) |