From: Andre Noll Date: Sun, 7 Sep 2014 18:26:22 +0000 (+0200) Subject: build: Simplify make clean. X-Git-Tag: v0.5.4~46^2~4 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=3ea3f8fae5150eb1b718c076071c7ca81563365f build: Simplify make clean. This way, the clean target no longer contains on any variable from autoconf. --- 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