Cope with some autoconf wierdness

This commit is contained in:
Eric Andersen 2003-08-07 06:07:54 +00:00
parent 9a192d7813
commit b7b51909ba

View File

@ -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