Skip to content

Commit 2200d40

Browse files
committed
Remove prerequisites
1 parent c0d88c8 commit 2200d40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/make/lib/git/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ UPDATE_CONTRIBUTORS_OUT ?= $(ROOT_DIR)/CONTRIBUTORS
2626
#
2727
# This target lists contributors.
2828

29-
list-contributors: $(LIST_CONTRIBUTORS)
29+
list-contributors:
3030
$(QUIET) $(MAKE_EXECUTABLE) $(LIST_CONTRIBUTORS)
3131
$(QUIET) $(LIST_CONTRIBUTORS) $(LIST_CONTRIBUTORS_FLAGS)
3232

@@ -37,7 +37,7 @@ list-contributors: $(LIST_CONTRIBUTORS)
3737
#
3838
# This target updates a CONTRIBUTORS file.
3939

40-
update-contributors: $(UPDATE_CONTRIBUTORS)
40+
update-contributors:
4141
$(QUIET) $(MAKE_EXECUTABLE) $(UPDATE_CONTRIBUTORS)
4242
$(QUIET) $(UPDATE_CONTRIBUTORS) $(UPDATE_CONTRIBUTORS_FLAGS) $(UPDATE_CONTRIBUTORS_OUT)
4343

0 commit comments

Comments
 (0)