From 895ee616425215136ec346d4637d2887add27913 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Mon, 15 Oct 2012 14:15:59 +0100 Subject: [PATCH] Makefiles: fix distclean dir dependency test distclean uses tools so must distclean tools after test --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index bbfcf2cf5..4d3957740 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,6 +44,7 @@ ifeq ($(MAKECMDGOALS),distclean) libdaemon lib tools daemons libdm \ udev po liblvm python \ unit-tests/datastruct unit-tests/mm unit-tests/regex +tools.distclean: test.distclean endif DISTCLEAN_DIRS += lcov_reports* DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl