aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-02-17 11:38:09 -0600
committerSkip Montanaro <[email protected]>2021-02-17 11:38:09 -0600
commit35413553bd6cd4207de43aedc06b91eb01b27305 (patch)
tree4cd3401157c1aff6a27543d8963eb2d36e8e5989
parent4bcf2ce5b19781a88cad49fa9134756067c16cf3 (diff)
downloadpython-0.9.1-patched-QoL-35413553bd6cd4207de43aedc06b91eb01b27305.tar.xz
python-0.9.1-patched-QoL-35413553bd6cd4207de43aedc06b91eb01b27305.zip
the @python thing often fails, producing an output file with ELF in its name...
-rw-r--r--src/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 32394b0..e1f21cc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -383,8 +383,7 @@ GENSOURCES= acceler.c fgetsintr.c grammar1.c \
# ============
python: libpython.a $(OBJECTS) $(LIBDEPS) Makefile
- $(CC) $(CFLAGS) $(OBJECTS) $(LIBS) -o @python
- mv @python python
+ $(CC) $(CFLAGS) $(OBJECTS) $(LIBS) -o python
libpython.a: $(LIBOBJECTS)
-rm -f @lib