Skip to content
Snippets Groups Projects
Commit 4076370b authored by Kristof Szabados's avatar Kristof Szabados
Browse files

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: default avatarkristof <Kristof.Szabados@ericsson.com>
parent f860c9d1
No related branches found
No related tags found
No related merge requests found
...@@ -160,13 +160,10 @@ compile: $(TTCN3_MODULES) $(PREPROCESSED_TTCN3_MODULES) $(ASN1_MODULES) $(firstw ...@@ -160,13 +160,10 @@ compile: $(TTCN3_MODULES) $(PREPROCESSED_TTCN3_MODULES) $(ASN1_MODULES) $(firstw
$(TTCN3_COMPILER) $(COMPILER_FLAGS) $(filter-out $(TTCN3_COMPILER), $^) $(TTCN3_COMPILER) $(COMPILER_FLAGS) $(filter-out $(TTCN3_COMPILER), $^)
touch $@ touch $@
clean: clean distclean:
-$(RM) $(TARGET) $(OBJECTS) $(GENERATED_HEADERS) \ -$(RM) $(TARGET) $(OBJECTS) $(GENERATED_HEADERS) \
$(GENERATED_SOURCES) $(PREPROCESSED_TTCN3_MODULES) compile \ $(GENERATED_SOURCES) $(PREPROCESSED_TTCN3_MODULES) compile \
tags *.log *.stackdump $(DEPFILES) tags *.log *.stackdump
distclean: clean
-$(RM) $(DEPFILES)
# #
# Add your rules here if necessary... # Add your rules here if necessary...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment