Make built files nonexecutable

This commit is contained in:
Paul Chote
2011-04-17 10:46:58 +12:00
parent 72a783a647
commit aa9eb6058d

View File

@@ -180,6 +180,7 @@ $$($(1)_TARGET): $$($(1)_SRCS) Makefile $$($(1)_DEPS)
$$($(1)_EXTRA) \
$$($(1)_SRCS)
@test -e fixheader.exe && mono fixheader.exe $$(@) || ``
@chmod a-x $$(@)
endef
$(foreach prog,$(PROGRAMS),$(eval $(call BUILD_ASSEMBLY,$(prog))))