diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-30 19:49:51 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-30 19:49:51 +0100 |
commit | 01240b9fbf60510a098975fd8d74b908ec2cde45 (patch) | |
tree | 49bad1c173dbb916e41a46d68d4dd798d953fb52 /samples/samples.mk | |
parent | de8f2cea32f14099cf756cbef40d312ffd1894a8 (diff) | |
download | crosstool-ng-01240b9fbf60510a098975fd8d74b908ec2cde45.tar.gz crosstool-ng-01240b9fbf60510a098975fd8d74b908ec2cde45.tar.bz2 crosstool-ng-01240b9fbf60510a098975fd8d74b908ec2cde45.zip |
scripts: fix updating config.{sub,guess}
Diffstat (limited to 'samples/samples.mk')
-rw-r--r-- | samples/samples.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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: |