make: remove duplicate recipe

This commit is contained in:
Corentin Le Molgat
2022-10-07 13:45:54 +02:00
parent a846062054
commit 7feea629cb
2 changed files with 0 additions and 6 deletions

View File

@@ -231,9 +231,6 @@ $(foreach example,$(JAVA_EXAMPLES),$(eval $(call java-example-target,$(example))
# Tests
define java-test-target =
$(TEMP_JAVA_DIR)/$1: | $(TEMP_JAVA_DIR)
-$(MKDIR) $(TEMP_JAVA_DIR)$S$1
$(TEMP_JAVA_DIR)/$1/%: \
$(SRC_DIR)/ortools/$1/java/%.java \
| $(TEMP_JAVA_DIR)/$1