clean.mk: do not run twice make clean (distclean)
The build directory is normally removed after make clean.
This commit is contained in:
parent
86f75210e0
commit
83e0b91309
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user