summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/makefile.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk
index 51da0d89f547..dd67d2600c84 100644
--- a/cli_ure/source/climaker/makefile.mk
+++ b/cli_ure/source/climaker/makefile.mk
@@ -125,7 +125,11 @@ ALLTAR: \
#Create the config file that is used with the policy assembly
$(CLIMAKER_CONFIG): climaker.exe.config
- $(GNUCOPY) -p $< $@
+ $(COPY) $< $@
+.IF "$(USE_SHELL)"!="4nt"
+ chmod +x $@
+.ENDIF # "$(USE_SHELL)"!="4nt"
+
.IF "$(BUILD_FOR_CLI)" != ""