From eba9ea99cc248458dbf7c7dab7e768a0b8cbe201 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 22 Dec 2019 08:21:16 -0500 Subject: [PATCH] depends/ lacking a clean target in Makefile causes build.sh clean to fail early, this allows it to fail a bit further along --- depends/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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: