From: Eric Andersen Date: Thu, 7 Aug 2003 06:07:54 +0000 (-0000) Subject: Cope with some autoconf wierdness X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7b51909bad9c783cff220721cb22c761931f3e4;p=buildroot.git Cope with some autoconf wierdness --- diff --git a/make/file.mk b/make/file.mk index 60aa01c253..5556c5fb20 100644 --- a/make/file.mk +++ b/make/file.mk @@ -19,6 +19,8 @@ $(FILE_DIR)/.unpacked: $(DL_DIR)/$(FILE_SOURCE) $(FILE_CAT) $(DL_DIR)/$(FILE_SOURCE) | tar -C $(BUILD_DIR) -xvf - # Use the system file utility, not the one we just built perl -pi -e "s,\./file,file,g" $(FILE_DIR)/Makefile.in $(FILE_DIR)/Makefile.am + touch $(FILE_DIR)/config.guess + touch $(FILE_DIR)/config.sub touch $(FILE_DIR)/.unpacked $(FILE_DIR)/.configured: $(FILE_DIR)/.unpacked