diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-13 21:32:48 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-13 21:32:48 +0000 |
commit | d0528ffa5ce88dce00578739f9456e841a689e1e (patch) | |
tree | 49a662fa35fbffd8eba1c40beecb7518858b55e5 /Makefile.in | |
parent | f759f2676f0fd4e7cd1662b908fa11b93781e41c (diff) | |
download | crosstool-ng-d0528ffa5ce88dce00578739f9456e841a689e1e.tar.gz crosstool-ng-d0528ffa5ce88dce00578739f9456e841a689e1e.tar.bz2 crosstool-ng-d0528ffa5ce88dce00578739f9456e841a689e1e.zip |
./configure:
- fix a few messages
-------- diffstat follows --------
/trunk/Makefile.in | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 2bef4515..b0dd31d2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -147,11 +147,11 @@ paths.mk: 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: |