From b7b51909bad9c783cff220721cb22c761931f3e4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 7 Aug 2003 06:07:54 +0000 Subject: Cope with some autoconf wierdness --- make/file.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/file.mk') diff --git a/make/file.mk b/make/file.mk index 60aa01c25..5556c5fb2 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 -- cgit v1.2.3