From e9b5e28d15efc3fc950374423f6aa786ac1869a4 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 23 Oct 2017 22:25:18 +0200 Subject: [PATCH] Makefile: distclean: do not try to rm `awesome` (#2077) Follow-up to ec51e3f93, where we stopped creating the symlink. [ci skip] --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d308d2b59..e2bfcef4f 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,7 @@ install: distclean: $(ECHO) -n "Cleaning up build directory…" - $(RM) -r $(BUILDDIR) $(TARGETS) - $(ECHO) " done" + $(RM) -r $(BUILDDIR) # Use an explicit rule to not "update" the Makefile via the implicit rule below. Makefile: ;