22 lines
890 B
Diff
22 lines
890 B
Diff
64_fix_makempx_installation by Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
|
|
|
|
building with --enable-shared installs the makempx script instead of the
|
|
binary build
|
|
---
|
|
build/source/texk/web2c/mpware/Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: texlive-bin-2007/build/source/texk/web2c/mpware/Makefile.in
|
|
===================================================================
|
|
--- texlive-bin-2007.orig/build/source/texk/web2c/mpware/Makefile.in 2007-05-19 20:04:58.000000000 +0200
|
|
+++ texlive-bin-2007/build/source/texk/web2c/mpware/Makefile.in 2007-05-19 20:05:19.000000000 +0200
|
|
@@ -49,7 +49,7 @@
|
|
$(INSTALL_PROGRAM) newer $(bindir)/newer
|
|
$(INSTALL_LIBTOOL_PROG) dmp $(bindir)
|
|
$(INSTALL_LIBTOOL_PROG) mpto $(bindir)
|
|
- $(INSTALL_SCRIPT) makempx $(scriptdir)/makempx
|
|
+ $(INSTALL_LIBTOOL_PROG) makempx $(bindir)
|
|
install-data:
|
|
|
|
kpse_include ../make/tkpathsea.mk
|