From: Jim Wilson Date: Tue, 31 Aug 1993 20:38:04 +0000 (-0700) Subject: (xsys-protos.h): Use fixtmp.c not tmp.c, and delete X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7a58f93b13ab7371f51659787ebfa28f32d164b;p=gcc.git (xsys-protos.h): Use fixtmp.c not tmp.c, and delete it afterwards. From-SVN: r5233 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index fd308d15951..54aaf57adee 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1427,10 +1427,11 @@ gen-protos: gen-protos.o scan.o ${HOST_CC} -o gen-protos gen-protos.o scan.o xsys-protos.h: $(srcdir)/sys-protos.h deduced.h gen-protos Makefile - cat deduced.h $(srcdir)/sys-protos.h >tmp.c - $(GCC_FOR_TARGET) tmp.c -E \ + cat deduced.h $(srcdir)/sys-protos.h > fixtmp.c + $(GCC_FOR_TARGET) fixtmp.c -E \ | sed -e 's/ / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \ | ./gen-protos >xsys-protos.h + rm -rf fixtmp.c scan-decls: scan-decls.o scan.o $(HOST_CC) -o scan-decls scan-decls.o scan.o