Skip to content
Snippets Groups Projects
Commit 5e8e4a71 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

BugID: 835

Fixed make target when using WITH_CLEAN=2 (distclean).
parent a36633b2
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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