diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-27 19:53:44 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-01-27 19:53:44 +0000 |
commit | feb0c60e3ba2c494e554a6cc3083f0687486b5ca (patch) | |
tree | 272a7d99955ceb23e71cd4d680677b6ada72ad03 /Makefile.in | |
parent | abc47a976a6780f79eec9b2814e54fe7dc6be6c1 (diff) | |
download | crosstool-ng-feb0c60e3ba2c494e554a6cc3083f0687486b5ca.tar.gz crosstool-ng-feb0c60e3ba2c494e554a6cc3083f0687486b5ca.tar.bz2 crosstool-ng-feb0c60e3ba2c494e554a6cc3083f0687486b5ca.zip |
Ignore generated file, remove generated file on clean.
/trunk/Makefile.in | 2 2 0 0 ++
1 file changed, 2 insertions(+)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 30e97a0f..0b300be7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,6 +148,8 @@ paths.mk: clean-bin: @echo " RM 'ct-ng'" @rm -f ct-ng + @echo " RM 'script/crosstool-NG.sh'" + @rm -f scripts/crosstool-NG.sh clean-lib: @echo " RM 'paths.mk'" |