Commit 7671aede authored by Benjamin Peterson's avatar Benjamin Peterson

fix installing of extension modules

parent cf9b84a9
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment