diff options
Diffstat (limited to 'perlmods')
-rw-r--r-- | perlmods/Makefile.am | 2 | ||||
-rw-r--r-- | perlmods/install_order | 1 |
2 files changed, 2 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 @@ | |||
1 | perlmoduledir = $(exec_prefix)/perl | 1 | perlmoduledir = $(exec_prefix)/perl |
2 | 2 | ||
3 | all-local: | 3 | all-local: |
4 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -m . | 4 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -em . |
5 | 5 | ||
6 | install-exec-local: | 6 | install-exec-local: |
7 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -i . | 7 | $(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -i . |
diff --git a/perlmods/install_order b/perlmods/install_order index d4056f9..7f07348 100644 --- a/perlmods/install_order +++ b/perlmods/install_order | |||
@@ -1,4 +1,5 @@ | |||
1 | # Modules installed in this order | 1 | # Modules installed in this order |
2 | default: | ||
2 | Test-Simple | 3 | Test-Simple |
3 | Perl-OSType | 4 | Perl-OSType |
4 | parent | 5 | parent |