summaryrefslogtreecommitdiffstats
path: root/bindings/perl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/perl/Makefile.am')
-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: