diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-25 11:09:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-25 11:09:48 -0700 |
commit | c30e699fc509f43f459c17d3148e7d866fb9157a (patch) | |
tree | 892bd907b418588e55feb00003bbcc8294b61a39 /Makefile | |
parent | 72de2883bd7d4ceda05f107826c7607c594de965 (diff) | |
download | git-c30e699fc509f43f459c17d3148e7d866fb9157a.tar.gz git-c30e699fc509f43f459c17d3148e7d866fb9157a.tar.xz |
tests: propagate $(TAR) down from the toplevel Makefile
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1212,6 +1212,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS GIT-BUILD-OPTIONS: .FORCE-GIT-BUILD-OPTIONS @echo SHELL_PATH=\''$(SHELL_PATH_SQ)'\' >$@ + @echo TAR=\''$(subst ','\'',$(TAR))'\' >>$@ ### Detect Tck/Tk interpreter path changes ifndef NO_TCLTK |