summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-06 18:05:59 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-06 18:05:59 +0000
commit66ef036f10ea47a73123e19070e6dca3ad9ad7c4 (patch)
treebecf72d4b7159b82ffe47df42e39582c2499ee46
parent08b2c498587512ffa0811b4793aae601430bf14f (diff)
downloadATCD-66ef036f10ea47a73123e19070e6dca3ad9ad7c4.tar.gz
add execute permission to executables
-rw-r--r--include/makeinclude/platform_chorus_ghs.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_chorus_ghs.GNU b/include/makeinclude/platform_chorus_ghs.GNU
index 24a7212c6f7..a161c8c6776 100644
--- a/include/makeinclude/platform_chorus_ghs.GNU
+++ b/include/makeinclude/platform_chorus_ghs.GNU
@@ -62,4 +62,4 @@ POSTLINK = ; $(CC) -groot=$(MVME_DIR) -alttools=$(GHS_DIR) -68040 \
$(MVME_DIR)/lib/crt/crti.o $@ \
$(MVME_DIR)/lib/crt/crtn.o \
-locatedprogram -r; \
- mv -f $@.final $@
+ mv -f $@.final $@; chmod +x $@