summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-30 18:49:51 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-30 18:49:51 (GMT)
commitdc3fef8d25b5544efd18f4c5a2440ce9ab08756f (patch)
tree453ceb553957cde1385df85cf3c28327e66c3ea7 /scripts
parent0256c1b0cc63f25b9ca2634734538c5f86885b87 (diff)
scripts: fix updating config.{sub,guess}
(transplanted from 7f52e1cca71eecc6a46ad1905afea42a5c8f0a68)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scripts.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/scripts.mk b/scripts/scripts.mk
index ebb05e4..7b21540 100644
--- a/scripts/scripts.mk
+++ b/scripts/scripts.mk
@@ -35,14 +35,12 @@ PHONY += scripts
scripts:
$(SILENT)mkdir -p scripts
-FROCE += $(CONFIG_SUB_DEST)
-$(CONFIG_SUB_DEST): scripts
+$(CONFIG_SUB_DEST): scripts FORCE
@$(ECHO) ' WGET $@'
$(SILENT)wget $(wget_opt) -O $@ $(CONFIG_SUB_SRC)
$(SILENT)chmod u+rwx,go+rx-w $@
-FORCE += $(CONFIG_GUESS_DEST)
-$(CONFIG_GUESS_DEST): scripts
+$(CONFIG_GUESS_DEST): scripts FORCE
@$(ECHO) ' WGET $@'
$(SILENT)wget $(wget_opt) -O $@ $(CONFIG_GUESS_SRC)
$(SILENT)chmod u+rwx,go+rx-w $@