INSTALL_PERMISSIONS not defined before R7

This commit is contained in:
2020-08-10 09:27:13 +02:00
parent fb2d3ac981
commit 6373f26e24
+3 -3
View File
@@ -993,11 +993,11 @@ ${INSTALL_BINS}: $(addprefix ../,$(filter-out /%,${BINS})) $(filter /%,${BINS})
$(INSTALL_INCLUDE)/os/default/% : %
@echo "Installing default include file $@"
@$(INSTALL) -d -m $(INSTALL_PERMISSIONS) $< $(@D)
$(INSTALL) -d -m444 $< $(@D)
$(INSTALL_INCLUDE)/os/$(OS_CLASS)/% : %
@echo "Installing default include file $@"
@$(INSTALL) -d -m $(INSTALL_PERMISSIONS) $< $(@D)
@echo "Installing $(OS_CLASS) include file $@"
$(INSTALL) -d -m444 $< $(@D)
# Create SNL code from st/stt file.
# (RULES.Vx only allows ../%.st, 3.14 has no .st rules at all.)