From 026c0c38c8cec1d35c91eff8408061850c328b2c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 8 Apr 2009 21:35:52 +0000 Subject: [PATCH] fix installing of extension modules --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 576a22d3cb2..c3288a881f0 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -757,7 +757,7 @@ install: altinstall # Install almost everything without disturbing previous versions altinstall: @FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \ - oldsharedinstall @FRAMEWORKALTINSTALLLAST@ + sharedinstall oldsharedinstall @FRAMEWORKALTINSTALLLAST@ # Install shared libraries enabled by Setup DESTDIRS= $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)