Skip to content

Commit

Permalink
Update vendor/Makefile
Browse files Browse the repository at this point in the history
- Remove macro GIT_CLONE which is unused since commit b4c1339
- Remove check for git which is also no longer used in this Makefile

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Feb 7, 2024
1 parent 19a56b3 commit 3fb271b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vendor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ MKDIR = mkdir -p
RM = rm -rfv
UNZIP = unzip -o
WGET = wget --progress=bar:force --no-verbose
GIT_CLONE = git clone --depth 1
PIP = pip3

SAXON_HE_VERSION_MAJOR = 11
Expand Down Expand Up @@ -58,7 +57,6 @@ clean:
check:
@which wget >/dev/null || (echo "Missing wget. Please install package wget." && exit 1)
@which unzip >/dev/null || (echo "Missing unzip. Please install package unzip." && exit 1)
@which git >/dev/null || (echo "Missing git. Please install package git." && exit 1)

$(ABBYY_SCHEMA_REPO):
@$(MKDIR) "$@" && cd "$@" && \
Expand Down

0 comments on commit 3fb271b

Please sign in to comment.