Skip to content

Commit

Permalink
Fix command params in target
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRev-Dev committed May 9, 2023
1 parent 9b11d64 commit 76360d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/gdal-makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ init_%:
clone_%:
echo "$($(UP)_ROOT)"
@if [ ! -d "$($(UP)_ROOT)" ]; then \
$(GIT) clone $(GIT_CLONE_DEPTH) $($(UP)_ROOT); \
$(GIT) clone $(GIT_CLONE_DEPTH) $($(UP)_REPO) $($(UP)_ROOT); \
fi;

reset_%:
Expand Down

0 comments on commit 76360d3

Please sign in to comment.