summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-12-01 15:16:23 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-12-01 15:16:23 +0100
commitfbf7ad0537e752ac9e4a99943177c158328944e0 (patch)
tree3f8191bee16914c17dd5e229ffafe8d825723863 /bindings
parent33dcd98bc54d38a9f0fe0a6e1fcd5814d6e3ce9c (diff)
downloadlasso-fbf7ad0537e752ac9e4a99943177c158328944e0.tar.gz
lasso-fbf7ad0537e752ac9e4a99943177c158328944e0.tar.xz
lasso-fbf7ad0537e752ac9e4a99943177c158328944e0.zip
[bindings perl] add dependency upon the Makefile.perl for the install target
Diffstat (limited to 'bindings')
-rw-r--r--bindings/perl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/perl/Makefile.am b/bindings/perl/Makefile.am
index 3ee1d18a..fcbdbeea 100644
--- a/bindings/perl/Makefile.am
+++ b/bindings/perl/Makefile.am
@@ -58,7 +58,7 @@ distclean-local:
clean-local:
-@if [ -f Makefile.perl ]; then make -f Makefile.perl clean; fi; rm -f Makefile.perl
-install-exec-local:
+install-exec-local: Makefile.perl
make -f Makefile.perl install DESTDIR=$(DESTDIR) PREFIX=$(prefix)
uninstall-local: