(xsys-protos.h): Use fixtmp.c not tmp.c, and delete
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 31 Aug 1993 20:38:04 +0000 (13:38 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 31 Aug 1993 20:38:04 +0000 (13:38 -0700)
it afterwards.

From-SVN: r5233

gcc/Makefile.in

index fd308d159512a71a369e7c10a47fe5b7ec90d251..54aaf57adee77452c83abab8f819bbf93ddf57c8 100644 (file)
@@ -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