mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
- make sure that configure doesn't see a wrong cache
This commit is contained in:
@@ -20,7 +20,7 @@ $(LIBCGICC_DIR)/.unpacked: $(DL_DIR)/$(LIBCGICC_SOURCE)
|
||||
touch $(LIBCGICC_DIR)/.unpacked
|
||||
|
||||
$(LIBCGICC_DIR)/.configured: $(LIBCGICC_DIR)/.unpacked
|
||||
(cd $(LIBCGICC_DIR); \
|
||||
(cd $(LIBCGICC_DIR); rm -f config.cache; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
./configure \
|
||||
|
||||
Reference in New Issue
Block a user