summaryrefslogtreecommitdiffstats
path: root/perlmods/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'perlmods/Makefile.am')
-rw-r--r--perlmods/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlmods/Makefile.am b/perlmods/Makefile.am
index 3f479f3..1495900 100644
--- a/perlmods/Makefile.am
+++ b/perlmods/Makefile.am
@@ -1,7 +1,7 @@
1perlmoduledir = $(exec_prefix)/perl 1perlmoduledir = $(exec_prefix)/perl
2 2
3all-local: 3all-local:
4 $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -m . 4 $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -em .
5 5
6install-exec-local: 6install-exec-local:
7 $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -i . 7 $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -i .