From 3ea3f8fae5150eb1b718c076071c7ca81563365f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 7 Sep 2014 20:26:22 +0200 Subject: [PATCH] build: Simplify make clean. This way, the clean target no longer contains on any variable from autoconf. --- Makefile.real | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.real b/Makefile.real index 71f06679..bc3bf616 100644 --- a/Makefile.real +++ b/Makefile.real @@ -306,7 +306,7 @@ $(prefixed_executables): clean: @[ -z "$(Q)" ] || echo 'CLEAN' - $(Q) rm -f $(prefixed_executables) + $(Q) rm -f para_* $(Q) rm -rf $(object_dir) clean2: clean -- 2.39.5