From 4076370b35901ac5028f3cf74205b4d12af8bd14 Mon Sep 17 00:00:00 2001
From: kristof <Kristof.Szabados@ericsson.com>
Date: Sat, 25 Feb 2017 14:36:25 +0100
Subject: [PATCH] in the other folders of the XML regression tests, clean also
 deletes the dep files. Lets follow the same rule here too.

Signed-off-by: kristof <Kristof.Szabados@ericsson.com>
---
 regression_test/XML/RecordOmit/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/regression_test/XML/RecordOmit/Makefile b/regression_test/XML/RecordOmit/Makefile
index 18e7d3814..b8b4604ea 100644
--- a/regression_test/XML/RecordOmit/Makefile
+++ b/regression_test/XML/RecordOmit/Makefile
@@ -160,13 +160,10 @@ compile: $(TTCN3_MODULES) $(PREPROCESSED_TTCN3_MODULES) $(ASN1_MODULES) $(firstw
 	$(TTCN3_COMPILER) $(COMPILER_FLAGS) $(filter-out $(TTCN3_COMPILER), $^)
 	touch $@
 
-clean:
+clean distclean:
 	-$(RM) $(TARGET) $(OBJECTS) $(GENERATED_HEADERS) \
 	$(GENERATED_SOURCES) $(PREPROCESSED_TTCN3_MODULES) compile \
-	tags *.log *.stackdump
-
-distclean: clean
-	-$(RM) $(DEPFILES)
+	$(DEPFILES) tags *.log *.stackdump
 
 #
 # Add your rules here if necessary...
-- 
GitLab