From 5e8e4a7153c4e860be06e8ee27b3e034179887a4 Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Fri, 17 Nov 2006 11:51:04 +0000
Subject: [PATCH] BugID: 835

Fixed make target when using WITH_CLEAN=2 (distclean).
---
 autoconf_share/Makefile.common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autoconf_share/Makefile.common b/autoconf_share/Makefile.common
index 96cc7cf365e..f389d7fd7eb 100644
--- a/autoconf_share/Makefile.common
+++ b/autoconf_share/Makefile.common
@@ -216,7 +216,7 @@ WITH_CHECK=1
 CHECKTOOL=
 build_system:
 	@if test 2 -eq $(WITH_CLEAN); then \
-	  $(MAKE) cleandist ; \
+	  $(MAKE) distclean ; \
 	  ../../lofarconf; \
 	fi; \
 	if test 1 -eq $(WITH_CLEAN); then \
-- 
GitLab