aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-10-26 23:17:23 -0700
committerJunio C Hamano <gitster@pobox.com>2007-10-26 23:17:23 -0700
commitd633f702a007ecdd19cfd884c6da90f51156ca63 (patch)
treee096ababf6bf12ccd2f21062846e2d3c9405d9f8 /Makefile
parent15387e32ff5116b82d3fe53df55b8c87eec83e01 (diff)
parentd1a2057560b33c926ba481618105edbb65d2c91c (diff)
downloadgit-d633f702a007ecdd19cfd884c6da90f51156ca63.tar.gz
git-d633f702a007ecdd19cfd884c6da90f51156ca63.tar.xz
Merge branch 'maint'
* maint: Fix generation of perl/perl.mak git-remote: fix "Use of uninitialized value in string ne"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b7289204e..72f5ef43c 100644
--- a/Makefile
+++ b/Makefile
@@ -812,7 +812,7 @@ $(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh
$(patsubst %.perl,%,$(SCRIPT_PERL)): perl/perl.mak
-perl/perl.mak: GIT-CFLAGS
+perl/perl.mak: GIT-CFLAGS perl/Makefile perl/Makefile.PL
$(QUIET_SUBDIR0)perl $(QUIET_SUBDIR1) PERL_PATH='$(PERL_PATH_SQ)' prefix='$(prefix_SQ)' $(@F)
$(patsubst %.perl,%,$(SCRIPT_PERL)): % : %.perl
@@ -931,10 +931,6 @@ $(XDIFF_LIB): $(XDIFF_OBJS)
$(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(XDIFF_OBJS)
-perl/Makefile: perl/Git.pm perl/Makefile.PL GIT-CFLAGS
- (cd perl && $(PERL_PATH) Makefile.PL \
- PREFIX='$(prefix_SQ)')
-
doc:
$(MAKE) -C Documentation all