Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 15a98abc0..6dfd97402 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2581,7 +2581,7 @@ configure-build-fixincludes:
libsrcdir="$$s/fixincludes"; \
rm -f no-such-file || : ; \
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
- $(BUILD_CONFIGARGS) $${srcdiroption} \
+ $(BUILD_CONFIGARGS) $${srcdiroption} --target=$(target) \
|| exit 1
@endif build-fixincludes
@@ -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