cleanup sed makefile

This commit is contained in:
John Voltz 2008-03-06 18:24:27 +00:00
parent 6f9ad306a2
commit aff630454b

View File

@ -107,7 +107,7 @@ endif
$(SED_DIR2)/.unpacked: $(DL_DIR)/$(SED_SOURCE)
$(SED_CAT) $(DL_DIR)/$(SED_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
$(CONFIG_UPDATE) $(SED_DIR2)/config
touch $(SED_DIR2)/.unpacked
touch $@
$(SED_DIR2)/.configured: $(SED_DIR2)/.unpacked
(cd $(SED_DIR2); rm -rf config.cache; \