diff --git a/Makefile b/Makefile index 0afecf91..6cca1812 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,7 @@ default: all mostlyclean clean distclean maintainer-clean: ifneq ($(wildcard $(HOME)/local/bin/bin-upx),) - # these need special build tools - $(MAKE) -C src/stub/util/sstrip $@ + # this needs special build tools $(MAKE) -C src/stub $@ endif $(MAKE) -C src $@