diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-16 17:05:46 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-03-16 17:05:46 -0500 |
commit | c061c5d7a9170dd9fcd349782e48ac9b93edc583 (patch) | |
tree | 9da8d3446f4f6b7fe3c512a4712e28d759506ee8 /gcc | |
parent | 59949f603139770dd3ad46bc21ac3095f60b1d42 (diff) | |
download | gcc-c061c5d7a9170dd9fcd349782e48ac9b93edc583.zip gcc-c061c5d7a9170dd9fcd349782e48ac9b93edc583.tar.gz gcc-c061c5d7a9170dd9fcd349782e48ac9b93edc583.tar.bz2 |
(xsys-protos.h): Fix typo in -U operand.
From-SVN: r9193
Diffstat (limited to 'gcc')
-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 cf1ca6e..18fddfc 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1749,7 +1749,7 @@ scan.o: scan.c scan.h hconfig.h xsys-protos.h: $(GCC_PASSES) $(srcdir)/sys-protos.h deduced.h gen-protos Makefile cat deduced.h $(srcdir)/sys-protos.h > tmp-fixtmp.c mv tmp-fixtmp.c fixtmp.c - $(GCC_FOR_TARGET) fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE_ -U__WCHAR_TYPE__ -E \ + $(GCC_FOR_TARGET) fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \ | sed -e 's/ / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \ | ./gen-protos >xsys-protos.hT mv xsys-protos.hT xsys-protos.h |