diff options
Diffstat (limited to 'make/file.mk')
-rw-r--r-- | make/file.mk | 2 |
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 |