From 01240b9fbf60510a098975fd8d74b908ec2cde45 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 30 Oct 2009 19:49:51 +0100 Subject: scripts: fix updating config.{sub,guess} --- samples/samples.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/samples.mk b/samples/samples.mk index 6052ae9f..bc769abf 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: -- cgit v1.2.3