diff options
-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'" |