summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 27d3c95..6a94388 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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