summaryrefslogtreecommitdiff
path: root/samples
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 /samples
parent0256c1b0cc63f25b9ca2634734538c5f86885b87 (diff)
scripts: fix updating config.{sub,guess}
(transplanted from 7f52e1cca71eecc6a46ad1905afea42a5c8f0a68)
Diffstat (limited to 'samples')
-rw-r--r--samples/samples.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/samples.mk b/samples/samples.mk
index 6052ae9..bc769ab 100644
--- a/samples/samples.mk
+++ b/samples/samples.mk
@@ -38,7 +38,7 @@ $(patsubst %,show-%,$(CT_SAMPLES)):
# print the list of all available samples
PHONY += list-samples
-list-samples: .FORCE
+list-samples: FORCE
@echo $(CT_SAMPLES) |$(sed) -r -e 's/ /\n/g;' |sort
wiki-samples: