diff options
Diffstat (limited to 'package/libgpg-error')
-rw-r--r-- | package/libgpg-error/libgpg-error.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk index 32f6c966f..3cb8dd232 100644 --- a/package/libgpg-error/libgpg-error.mk +++ b/package/libgpg-error/libgpg-error.mk @@ -21,7 +21,7 @@ $(LIBGPG_ERROR_DIR)/.source: $(DL_DIR)/$(LIBGPG_ERROR_SOURCE) touch $(LIBGPG_ERROR_DIR)/.source $(LIBGPG_ERROR_DIR)/.configured: $(LIBGPG_ERROR_DIR)/.source - (cd $(LIBGPG_ERROR_DIR); \ + (cd $(LIBGPG_ERROR_DIR); rm -f config.cache; \ $(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_ARGS) \ ./configure \ |