OSDN Git Service

(xsys-protos.h): Fix typo in -U operand.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Mar 1995 22:05:46 +0000 (22:05 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Mar 1995 22:05:46 +0000 (22:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9193 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index cf1ca6e..18fddfc 100644 (file)
@@ -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