View | Details | Raw Unified | Return to issue 99466
Collapse All | Expand All

(-)cli_ure/source/climaker/makefile.mk (-1 / +4 lines)
Lines 125-131 Link Here
125
125
126
#Create the config file that is used with the policy assembly
126
#Create the config file that is used with the policy assembly
127
$(CLIMAKER_CONFIG): climaker.exe.config
127
$(CLIMAKER_CONFIG): climaker.exe.config
128
	$(GNUCOPY) -p $< $@
128
    $(COPY) $< $@
129
    .IF "$(USE_SHELL)"!="4nt"
130
        chmod +x $@
131
    .ENDIF          # "$(USE_SHELL)"!="4nt" 
129
132
130
.IF "$(BUILD_FOR_CLI)" != ""
133
.IF "$(BUILD_FOR_CLI)" != ""
131
134

Return to issue 99466