make needs the full blown gnu glob(), so teach it to use a local copy

This commit is contained in:
Eric Andersen 2006-07-04 11:58:51 +00:00
parent c3c100b63f
commit daa2256049

View File

@ -24,6 +24,9 @@ $(GNUMAKE_DIR)/.configured: $(GNUMAKE_DIR)/.unpacked
(cd $(GNUMAKE_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
make_cv_sys_gnu_glob=no \
GLOBINC='-I$(GNUMAKE_DIR)/glob' \
GLOBLIB=glob/libglob.a \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \