aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-03-16 17:05:46 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-03-16 17:05:46 -0500
commitc061c5d7a9170dd9fcd349782e48ac9b93edc583 (patch)
tree9da8d3446f4f6b7fe3c512a4712e28d759506ee8 /gcc
parent59949f603139770dd3ad46bc21ac3095f60b1d42 (diff)
downloadgcc-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.in2
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