summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 66e35fc)
raw | patch | inline | side by side (parent: 66e35fc)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 23 Apr 2009 05:42:28 +0000 (22:42 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 23 Apr 2009 19:53:32 +0000 (12:53 -0700) |
The install target still descends into perl subdirectory when NO_PERL is
requested. Fix this.
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
requested. Fix this.
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 49f36f578733932ea654bbda7af49e72271ac60f..6f602c7bbfa2fe21fe86f88d26d1fdb00b5b6296 100644 (file)
--- a/Makefile
+++ b/Makefile
$(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
$(INSTALL) git$X git-upload-pack$X git-receive-pack$X git-upload-archive$X git-shell$X git-cvsserver '$(DESTDIR_SQ)$(bindir_SQ)'
$(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
+ifndef NO_PERL
$(MAKE) -C perl prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install
+endif
ifndef NO_TCLTK
$(MAKE) -C gitk-git install
$(MAKE) -C git-gui gitexecdir='$(gitexec_instdir_SQ)' install