summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 14:01:09 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 14:01:09 +0000
commitf0f462026c978d6496370e5f9453885a42c86381 (patch)
tree9fcf7951ac0eaf5eaa02815e2389f6d110f78d9a /perl
parent89ee68804e0296201304782a2698e89b640a5ae8 (diff)
downloadlasso-f0f462026c978d6496370e5f9453885a42c86381.tar.gz
lasso-f0f462026c978d6496370e5f9453885a42c86381.tar.xz
lasso-f0f462026c978d6496370e5f9453885a42c86381.zip
surround parameter with quotes permitting filename with spaces
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 266649b7..2db07dd7 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -22,7 +22,7 @@ $(PERL_MAKEFILE): lasso.pm lasso_wrap.c
test -e Makefile.PL || test ! -e $(srcdir)/Makefile.PL || $(LN_S) $(srcdir)/Makefile.PL .
test -e lasso_wrap.c || test ! -e $(srcdir)/lasso_wrap.c || $(LN_S) $(srcdir)/lasso_wrap.c .
test -e lasso.pm || test ! -e $(srcdir)/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 DESTDIR=$(DESTDIR) PREFIX=$(prefix) $(MAKE_PL_OPTS) TOP_SRCDIR=$(top_srcdir) TOP_BUILDDIR=$(top_builddir)
+ 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) TOP_SRCDIR="$(top_srcdir)" TOP_BUILDDIR="$(top_builddir)"
-perl install-perl: $(PERL_MAKEFILE)
target=`echo $@ | sed -e 's/-perl//'`; \