blob: ce6fc25b10af815d085868d999e482b89d9fb4bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- bind/pdflib/perl/Makefile.orig 2012-06-06 11:59:04 UTC
+++ bind/pdflib/perl/Makefile
@@ -55,6 +55,7 @@ pdfcheck:
../../../progs/pdi/pdfcheck -i ../java/starter.ref -o -
install:: $(LIBNAME)
+ $(MKDIR) -p $(LANG_LIBDIR)
$(LIBTOOL) --mode=install \
$(INSTALL_DATA) $(LIBNAME) $(LANG_LIBDIR)
$(INSTALL_DATA) pdflib_pl.pm $(LANG_LIBDIR)
|