Updated Branches:
  refs/heads/master 22f05a851 -> 0fb16ad81

TS-2046 Change the main target to allow for out-of-source builds


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0fb16ad8
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0fb16ad8
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0fb16ad8

Branch: refs/heads/master
Commit: 0fb16ad819a1a647d0c525272f9cedf2ff16cb49
Parents: 22f05a8
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sat Jul 20 22:26:42 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sat Jul 20 22:26:42 2013 -0600

----------------------------------------------------------------------
 lib/perl/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0fb16ad8/lib/perl/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am
index e2898e0..d55a80d 100644
--- a/lib/perl/Makefile.am
+++ b/lib/perl/Makefile.am
@@ -16,7 +16,7 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-Makefile-pl: $(srcdir)/Makefile.PL
+all-local: $(srcdir)/Makefile.PL
        -[ $(srcdir) != $(builddir) ] && cp -r $(abs_srcdir)/. $(builddir)/.
        $(PERL) $(srcdir)/Makefile.PL INSTALLDIRS=$(INSTALLDIRS) 
PREFIX=$(prefix)
 

Reply via email to