samples/samples.mk
branch1.5
changeset 1710 56653c9b885e
parent 1159 71b6240ea2c0
child 1620 187e06178dcb
     1.1 --- a/samples/samples.mk	Tue Jan 27 20:38:48 2009 +0000
     1.2 +++ b/samples/samples.mk	Thu Jan 07 19:20:31 2010 +0100
     1.3 @@ -38,7 +38,7 @@
     1.4  
     1.5  # print the list of all available samples
     1.6  PHONY += list-samples
     1.7 -list-samples: .FORCE
     1.8 +list-samples: FORCE
     1.9  	@echo $(CT_SAMPLES) |$(sed) -r -e 's/ /\n/g;' |sort
    1.10  
    1.11  wiki-samples: