summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-05-18 10:19:44 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-05-18 10:19:44 +0000
commit130279fb6c2e43a510ac227c688a5dd354351d80 (patch)
tree1d240e27eefe7e7f9ae282798b7314c9a07438ae /perl
parent6d1e9fa62f2745410b2a20394705747cf0ca7615 (diff)
downloadlasso-130279fb6c2e43a510ac227c688a5dd354351d80.tar.gz
lasso-130279fb6c2e43a510ac227c688a5dd354351d80.tar.xz
lasso-130279fb6c2e43a510ac227c688a5dd354351d80.zip
fixed usage of DESTDIR and PREFIX
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index b5660905..4f73ef41 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -22,7 +22,7 @@ $(PERL_MAKEFILE): lasso.pm
test -e Makefile.PL || $(LN_S) $(srcdir)/Makefile.PL .
test -e lasso_wrap.c || $(LN_S) $(srcdir)/lasso_wrap.c .
test -e lasso.pm || $(LN_S) $(srcdir)/lasso.pm .
- VERSION=$(VERSION) CC=$(CC) CFLAGS="$(AM_CPPFLAGS) $(AM_CFLAGS) $(SWIG_OPTS) $(CPPFLAGS) $(AM_STANDARD_CFLAGS)" $(PERL) $(srcdir)/Makefile.PL $(MAKE_PL_OPTS)
+ VERSION=$(VERSION) CC=$(CC) CFLAGS="$(AM_CPPFLAGS) $(AM_CFLAGS) $(SWIG_OPTS) $(CPPFLAGS) $(AM_STANDARD_CFLAGS)" $(PERL) $(srcdir)/Makefile.PL DESTDIR=$(DESTDIR) PREFIX=$(prefix) $(MAKE_PL_OPTS)
-perl install-perl: $(PERL_MAKEFILE)
target=`echo $@ | sed -e 's/-perl//'`; \