command-not-found: Update with new executables
[termux-packages] / packages / git / makefile.patch
1 diff -u -r ../git-2.5.0/Makefile ./Makefile
2 --- ../git-2.5.0/Makefile 2015-07-27 16:34:56.000000000 -0400
3 +++ ./Makefile 2015-07-30 03:43:04.011455306 -0400
4 @@ -1431,7 +1431,6 @@
5
6 ifdef HAVE_CLOCK_GETTIME
7 BASIC_CFLAGS += -DHAVE_CLOCK_GETTIME
8 - EXTLIBS += -lrt
9 endif
10
11 ifdef HAVE_CLOCK_MONOTONIC
12 @@ -1699,7 +1698,7 @@
13 common-cmds.h: generate-cmdlist.perl command-list.txt
14
15 common-cmds.h: $(wildcard Documentation/git-*.txt)
16 - $(QUIET_GEN)$(PERL_PATH) generate-cmdlist.perl command-list.txt > $@+ && mv $@+ $@
17 + $(QUIET_GEN)perl generate-cmdlist.perl command-list.txt > $@+ && mv $@+ $@
18
19 SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\
20 $(localedir_SQ):$(NO_CURL):$(USE_GETTEXT_SCHEME):$(SANE_TOOL_PATH_SQ):\