Makefile.in
changeset 1297 7439f29a0476
parent 1186 b2e52e20dbd0
child 1299 3448ac3f1a5d
     1.1 --- a/Makefile.in	Sun Feb 01 17:11:46 2009 +0000
     1.2 +++ b/Makefile.in	Mon Apr 20 19:57:16 2009 +0000
     1.3 @@ -104,6 +104,7 @@
     1.4  # Build rules
     1.5  
     1.6  build-bin: ct-ng scripts/crosstool-NG.sh scripts/saveSample.sh
     1.7 +	@chmod 755 $^
     1.8  
     1.9  build-lib: paths.mk
    1.10  
    1.11 @@ -168,15 +169,10 @@
    1.12  #--------------------------------------
    1.13  # Check for --local setup
    1.14  
    1.15 -ifeq ($(strip $(LOCAL)),1)
    1.16 +ifeq ($(strip $(LOCAL)),y)
    1.17  
    1.18  real-install:
    1.19 -	@echo "  CHMOD  'ct-ng'"
    1.20 -	@chmod a+x ct-ng
    1.21 -	@echo "  CHMOD  'scripts/crosstool-NG.sh'"
    1.22 -	@chmod a+x scripts/crosstool-NG.sh
    1.23 -	@echo "  CHMOD  'scripts/saveSample.sh'"
    1.24 -	@chmod a+x scripts/saveSample.sh
    1.25 +	@true
    1.26  
    1.27  real-uninstall:
    1.28  	@true