Re: Commit f84871 breaks build on OS X

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Randal L. Schwartz <merlyn@...>
Cc: <git@...>, Alex Riesen <raa.lkml@...>
Date: Thursday, December 7, 2006 - 6:55 pm

Junio C Hamano <junkio@cox.net> writes:


Now, I am CLUELESS about what MakeMaker does, but would this
help?

--- 
diff --git a/perl/Makefile b/perl/Makefile
index bd483b0..099beda 100644
--- a/perl/Makefile
+++ b/perl/Makefile
@@ -29,7 +29,7 @@ $(makfile): ../GIT-CFLAGS Makefile
 	echo '	echo $(instdir_SQ)' >> $@
 else
 $(makfile): Makefile.PL ../GIT-CFLAGS
-	'$(PERL_PATH_SQ)' $< FIRST_MAKEFILE='$@' PREFIX='$(prefix_SQ)'
+	'$(PERL_PATH_SQ)' $< PREFIX='$(prefix_SQ)'
 endif
 
 # this is just added comfort for calling make directly in perl dir
diff --git a/perl/Makefile.PL b/perl/Makefile.PL
index de73235..4168775 100644
--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -24,5 +24,6 @@ WriteMakefile(
 	NAME            => 'Git',
 	VERSION_FROM    => 'Git.pm',
 	PM		=> \%pm,
+	MAKEFILE	=> 'perl.mak',
 	%extra
 );


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Commit f84871 breaks build on OS X, Brian Gernhardt, (Thu Dec 7, 9:54 am)
Re: Commit f84871 breaks build on OS X, Johannes Schindelin, (Thu Dec 7, 10:55 am)
Re: Commit f84871 breaks build on OS X, Brian Gernhardt, (Thu Dec 7, 11:29 am)
Re: Commit f84871 breaks build on OS X, Alex Riesen, (Thu Dec 7, 11:42 am)
Re: Commit f84871 breaks build on OS X, Andreas Ericsson, (Thu Dec 7, 11:23 am)
Re: Commit f84871 breaks build on OS X, Alex Riesen, (Thu Dec 7, 10:33 am)
Re: Commit f84871 breaks build on OS X, Randal L. Schwartz, (Thu Dec 7, 4:18 pm)
Re: Commit f84871 breaks build on OS X, Junio C Hamano, (Thu Dec 7, 6:36 pm)
Re: Commit f84871 breaks build on OS X, Junio C Hamano, (Thu Dec 7, 6:55 pm)
Re: Commit f84871 breaks build on OS X, Alex Riesen, (Fri Dec 8, 3:40 am)
Re: Commit f84871 breaks build on OS X, Brian Gernhardt, (Fri Dec 8, 7:51 am)