summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3c3ccb809..1292bbaeb 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ linuxstandalone:
zcat standalone/licences.gz > $(LINUXSTANDALONE_DEST)/LICENSE
for bin in $(THIRDPARTY_BINS); do \
- cp "$$(which "$$bin")" "$(LINUXSTANDALONE_DEST)/bin/" || echo "$$bin not available; skipping"; \
+ cp "$$(which "$$bin")" "$(LINUXSTANDALONE_DEST)/bin/"; \
done
install -d "$(LINUXSTANDALONE_DEST)/git-core"
@@ -197,7 +197,7 @@ osxapp:
cp $(OSXAPP_BASE)/LICENSE $(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg/LICENSE.txt
for bin in $(THIRDPARTY_BINS); do \
- cp "$$(which "$$bin")" "$(OSXAPP_BASE)/bin/" || echo "$$bin not available; skipping"; \
+ cp "$$(which "$$bin")" "$(OSXAPP_BASE)/bin/"; \
done
install -d "$(OSXAPP_BASE)/git-core"