Commit b44968fc authored by Anton Midyukov's avatar Anton Midyukov

lib/clean.mk: fix typo in distclean

Because of this, distclean did not work. Only the symlink was removed.
parent c7717836
......@@ -44,7 +44,7 @@ distclean: clean
exit 128; \
else \
$(MAKE) -C "$(SYMLINK)" $@ \
GLOBAL_BUILDDIR="$$build" $(LOG) ||: \
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