OSDN Git Service

(xsys-protos.h): Use fixtmp.c not tmp.c, and delete
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Aug 1993 20:38:04 +0000 (20:38 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Aug 1993 20:38:04 +0000 (20:38 +0000)
it afterwards.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5233 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index fd308d1..54aaf57 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