add os dependent header rule because 3.14.8 does not yet have it

This commit is contained in:
2020-06-29 08:48:07 +02:00
parent 38f51946f4
commit 0ca35acb71
+5 -1
View File
@@ -988,7 +988,11 @@ ${INSTALL_BINS}: $(addprefix ../,$(filter-out /%,${BINS})) $(filter /%,${BINS})
$(INSTALL) -d -m555 $^ $(@D)
$(INSTALL_INCLUDE)/os/default/% : %
$(ECHO) "Installing os dependent include file $@"
@echo "Installing default include file $@"
@$(INSTALL) -d -m $(INSTALL_PERMISSIONS) $< $(@D)
$(INSTALL_INCLUDE)/os/$(OS_CLASS)/% : %
@echo "Installing default include file $@"
@$(INSTALL) -d -m $(INSTALL_PERMISSIONS) $< $(@D)
# Create SNL code from st/stt file.