From: Peter Korsgaard Date: Sat, 6 Mar 2010 23:13:53 +0000 (+0100) Subject: dosfstools: unbreak build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b592eb06e91306de1ee14861680326ca24c81dd;p=buildroot.git dosfstools: unbreak build Unbreak build after e8352988 (make sure install targets aren't run everytime) Reported-by: Darcy Watkins Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index 76d9aee5d1..bd999dba25 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ 2010.05, Not yet released - Updated/fixed packages: squashfs + Updated/fixed packages: dosfstools, squashfs 2010.02, Release February 26th, 2010: diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk index b826ab183d..a7f59f0cb1 100644 --- a/package/dosfstools/dosfstools.mk +++ b/package/dosfstools/dosfstools.mk @@ -32,8 +32,7 @@ $(DOSFSTOOLS_DIR)/.built : $(DOSFSTOOLS_DIR)/.unpacked $(STRIPCMD) $(DOSFSTOOLS_DIR)/$(DOSFSLABEL_BINARY) touch $@ -$(TARGET_DIR)/$(MKDOSFS_TARGET_BINARY): # $(DOSFSTOOLS_DIR)/.built - echo foo +$(TARGET_DIR)/$(MKDOSFS_TARGET_BINARY): $(DOSFSTOOLS_DIR)/.built cp -a $(DOSFSTOOLS_DIR)/$(MKDOSFS_BINARY) $@ touch -c $@