From 20e9ec35836fc4dd8064f40068e5be83dbf67bfa Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 11 May 2015 16:08:58 +0200 Subject: makefiles: move clean Move clean: target below, so it's not a default target to execute. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index ac806bb23..a180d1093 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,8 +49,6 @@ tools.distclean: test.distclean endif DISTCLEAN_DIRS += lcov_reports* DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl -clean: - $(RM) -r build include make.tmpl @@ -103,6 +101,8 @@ conf.generate: tools VER = LVM2.@LVM_MAJOR@.@LVM_MINOR@.@LVM_PATCHLEVEL@ CLEAN_TARGETS += $(VER).tgz +clean: + $(RM) -r build dist: @echo "Generating $(VER).tgz";\ -- cgit v1.2.1