From 53c179c71f368f3dc44580d612c7c1abde06b918 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 9 Sep 2019 20:15:23 -0700 Subject: build: clean target should remove run.sh * Makefile (clean): If it exists, remove the temporary run.sh that is generated by the install-tests target. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fdbd55be..a29ca5ae 100644 --- a/Makefile +++ b/Makefile @@ -338,7 +338,7 @@ distclean: $(V)echo "executing generic cleanup for non-configured directory" rm -f txr txr.exe txr-dbg txr-dbg.exe txr-win.exe txr-win-dbg.exe rm -rf y.tab.c lex.yy.c y.tab.h y.output - rm -rf config opt dbg share/txr/stdlib/*.tlo* + rm -rf config opt dbg share/txr/stdlib/*.tlo* run.sh rm -f config.* rm -rf mpi-1.?.? else @@ -348,7 +348,7 @@ clean: conftest.clean clean-tlo rm -f $(PROG)$(EXE) $(PROG)-dbg$(EXE) y.tab.c lex.yy.c y.tab.h y.output rm -f y.tab.h.old rm -f $(PROG)-win$(EXE) $(PROG)-win-dbg$(EXE) - rm -rf opt dbg $(EXTRA_OBJS-y) + rm -rf opt dbg $(EXTRA_OBJS-y) run.sh clean-tlo: rm -f $(STDLIB_TLOS) -- cgit v1.2.3