From c77836b99fac68577afd9b19d423fa264584e95b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 12 Jun 2019 21:00:23 -0700 Subject: Makefile: non-configured distclean removes tlo's. * Makefile (distclean): distclean target for not-configured state removes .tlo files by wildcard, including the old .tlo2 files that we used to generate once. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90ba219f..4864cc66 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 + rm -rf config opt dbg share/txr/stdlib/*.tlo* rm -f config.* rm -rf mpi-1.?.? else -- cgit v1.2.3