fix make -C
This commit is contained in:
parent
86c296fddd
commit
f342a0519b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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)"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue