12 lines
511 B
Diff
12 lines
511 B
Diff
|
--- perl/Makefile.in-old 2006-02-03 19:28:27.000000000 +0100
|
||
|
+++ perl/Makefile.in 2006-02-03 19:30:43.000000000 +0100
|
||
|
@@ -286,7 +286,7 @@
|
||
|
|
||
|
install-data-local:
|
||
|
if test ! -e XML ; then cp -dpR $(srcdir)/XML . ; fi
|
||
|
- cd XML/Handler && perl Makefile.PL PREFIX=$(prefix) && $(MAKE) install_perl
|
||
|
+ cd XML/Handler && perl Makefile.PL PREFIX=$(prefix) && $(MAKE) install_vendor
|
||
|
|
||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|