Updated toplevel Makefile.

This commit is contained in:
Markus F.X.J. Oberhumer 2006-06-16 14:09:22 +02:00
parent 12ba7776b3
commit b5053d889e

View File

@ -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 $@