diff --git a/depends/Makefile b/depends/Makefile index e58dd510f..636577d13 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -146,6 +146,9 @@ install: check-packages $(host_prefix)/share/config.site download-one: check-sources $(all_sources) +clean: + echo "Fake clean" + download-osx: @$(MAKE) -s HOST=x86_64-apple-darwin11 download-one download-linux: