diff --git a/MSToolkit/Makefile b/MSToolkit/Makefile index faeb9b8a..eea7aadd 100644 --- a/MSToolkit/Makefile +++ b/MSToolkit/Makefile @@ -113,7 +113,7 @@ $(ZLIB_LIC) : $(ZLIB_SRC)/$(notdir $(ZLIB_LIC))| $(MKDIR) zlib-clean : ifneq (,$(wildcard $(ZLIB_SRC)/Makefile)) - make -C $(ZLIB_SRC) clean + make -C $(ZLIB_SRC) distclean endif zlib-realclean : zlib-clean