summaryrefslogtreecommitdiff
path: root/make/file.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-07 06:07:54 +0000
committerEric Andersen <andersen@codepoet.org>2003-08-07 06:07:54 +0000
commitb7b51909bad9c783cff220721cb22c761931f3e4 (patch)
treedc257898c59e7be9806464a8e61b8b037c0393e6 /make/file.mk
parent9a192d78135de5f90db7169937042e9cb097cfcb (diff)
Cope with some autoconf wierdness
Diffstat (limited to 'make/file.mk')
-rw-r--r--make/file.mk2
1 files changed, 2 insertions, 0 deletions
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