From 6ad33950b87eafc8a4048dd7b9352e888d25cf63 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Feb 2013 16:44:46 -0400 Subject: fix make -C --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3241b1068..504a9e974 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,7 @@ docs: $(mans) clean: rm -rf $(GIT_ANNEX_TMP_BUILD_DIR) $(bins) $(mans) test configure *.tix .hpc $(sources) \ doc/.ikiwiki html dist $(clibs) build-stamp tags - $(MAKE) -f standalone/android clean + $(MAKE) -C standalone/android clean sdist: clean $(mans) ./Build/make-sdist.sh @@ -241,7 +241,7 @@ android: ANDROIDAPP_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/git-annex.android androidapp: $(MAKE) android - $(MAKE) -f standalone/android + $(MAKE) -C standalone/android rm -rf "$(ANDROIDAPP_DEST)" -- cgit v1.2.3