summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index c9e94a2..32c9a1e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -104,6 +104,7 @@ uninstall: real-uninstall
# Build rules
build-bin: ct-ng scripts/crosstool-NG.sh scripts/saveSample.sh
+ @chmod 755 $^
build-lib: paths.mk
@@ -168,15 +169,10 @@ clean-man:
#--------------------------------------
# Check for --local setup
-ifeq ($(strip $(LOCAL)),1)
+ifeq ($(strip $(LOCAL)),y)
real-install:
- @echo " CHMOD 'ct-ng'"
- @chmod a+x ct-ng
- @echo " CHMOD 'scripts/crosstool-NG.sh'"
- @chmod a+x scripts/crosstool-NG.sh
- @echo " CHMOD 'scripts/saveSample.sh'"
- @chmod a+x scripts/saveSample.sh
+ @true
real-uninstall:
@true