Commit 83e0b913 authored by Anton Midyukov's avatar Anton Midyukov

clean.mk: do not run twice make clean (distclean)

The build directory is normally removed after make clean.
parent 86f75210
......@@ -43,8 +43,6 @@ distclean: clean
echo "** ERROR: invalid \`"$(SYMLINK)"' symlink" >&2; \
exit 128; \
else \
$(MAKE) -C "$(SYMLINK)" $@ \
GLOBAL_BUILDDIR="$$build" $(LOG) ||:; \
rm -rf "$$build"; \
fi; \
fi; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment