From 35413553bd6cd4207de43aedc06b91eb01b27305 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Wed, 17 Feb 2021 11:38:09 -0600 Subject: the @python thing often fails, producing an output file with ELF in its name... --- src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3