]> granicus.if.org Git - python/commitdiff
Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash
authorGuido van Rossum <guido@python.org>
Wed, 20 Aug 1997 22:13:15 +0000 (22:13 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 20 Aug 1997 22:13:15 +0000 (22:13 +0000)
doesn't seem to grok @buildno.

Makefile.in

index 27d3c952044bda52787205e416f86294cb434483..6a9438801d0d9040e4a0e97eb166a5ba2ec179df 100644 (file)
@@ -152,8 +152,8 @@ all:                $(LIBRARY) python sharedmods
 
 # Build the interpreter
 python:                $(LIBRARY) buildno
-               expr `cat buildno` + 1 >@buildno
-               mv @buildno buildno
+               expr `cat buildno` + 1 >buildno1
+               mv -f buildno1 buildno
                $(CC) -c $(CFLAGS) -DBUILD=`cat buildno` \
                      $(srcdir)/Modules/getbuildinfo.c
                $(AR) cr $(LIBRARY) getbuildinfo.o