summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-11 05:50:54 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-11 05:50:54 (GMT)
commit42d0ec9639eb3205aa12e002cb941957bcde2873 (patch)
tree377d526a219136276db3a17be22e168e3bc57d63 /src
parent3fb46e66434cf44aacedc2fbe56ac4e5839f985d (diff)
downloadmxe-42d0ec9639eb3205aa12e002cb941957bcde2873.zip
mxe-42d0ec9639eb3205aa12e002cb941957bcde2873.tar.gz
mxe-42d0ec9639eb3205aa12e002cb941957bcde2873.tar.bz2
expat: install libs only
Diffstat (limited to 'src')
-rw-r--r--src/expat.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expat.mk b/src/expat.mk
index 13f520a..1fa2997 100644
--- a/src/expat.mk
+++ b/src/expat.mk
@@ -19,5 +19,5 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS)
- $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
+ $(MAKE) -C '$(1)' -j '$(JOBS)' installlib bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef