# HG changeset patch # User "Yann E. MORIN" # Date 1242250368 0 # Node ID 9156c4ded096f3d8539ebb0c18d05fb8d7fb269b # Parent a3f2c235962c6ad0f1e96d9b9134553cd81b7f7d ./configure: - fix a few messages -------- diffstat follows -------- /trunk/Makefile.in | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -r a3f2c235962c -r 9156c4ded096 Makefile.in --- a/Makefile.in Wed May 13 21:00:50 2009 +0000 +++ b/Makefile.in Wed May 13 21:32:48 2009 +0000 @@ -147,11 +147,11 @@ clean-bin: @echo " RM 'ct-ng'" @rm -f ct-ng - @echo " RM 'script/crosstool-NG.sh'" + @echo " RM 'scripts/crosstool-NG.sh'" @rm -f scripts/crosstool-NG.sh - @echo " RM 'script/saveSample.sh'" + @echo " RM 'scripts/saveSample.sh'" @rm -f scripts/saveSample.sh - @echo " RM 'script/showTuple.sh'" + @echo " RM 'scripts/showTuple.sh'" @rm -f scripts/showTuple.sh clean-lib: