2019-04-27 12:18:32 +02:00
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
|
|
index 2ef2442..145e98c 100644
|
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
|
|
|
@@ -2000,7 +2000,7 @@ uninstall-hook:
|
|
|
|
all-local: @PERL_BINDINGS@
|
2011-02-03 02:08:32 +01:00
|
|
|
|
|
|
|
install-exec-local:
|
2013-08-23 07:31:49 +02:00
|
|
|
- [ ! -f buildperl/Makefile ] || ( cd buildperl && $(MAKE) install )
|
|
|
|
+ [ ! -f buildperl/Makefile ] || ( cd buildperl && $(MAKE) install_vendor )
|
2011-02-03 02:08:32 +01:00
|
|
|
|
2013-08-23 07:31:49 +02:00
|
|
|
# Perl 'make uninstall' does not work as well as wanted.
|
|
|
|
# So we do the work here.
|