summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index 15a98abc0b2..59f561a3046 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -8392,7 +8392,7 @@ configure-expat:
srcdiroption="--srcdir=$${topdir}/expat"; \
libsrcdir="$$s/expat"; \
$(SHELL) $${libsrcdir}/configure \
- $(HOST_CONFIGARGS) $${srcdiroption} \
+ $(HOST_CONFIGARGS) $${srcdiroption} --disable-shared \
|| exit 1
@endif expat
@@ -8437,13 +8437,7 @@ maybe-install-expat:
@if expat
maybe-install-expat: install-expat
-install-expat: installdirs
- @: $(MAKE); $(unstage)
- @r=`${PWD_COMMAND}`; export r; \
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- $(HOST_EXPORTS) \
- (cd $(HOST_SUBDIR)/expat && \
- $(MAKE) $(FLAGS_TO_PASS) install)
+install-expat:
@endif expat