Skip to content
Snippets Groups Projects
Commit f5d52055 authored by Simon Rose's avatar Simon Rose
Browse files

Ooops, missed a closing parenthesis

parent 32e3bcc4
No related branches found
No related tags found
No related merge requests found
...@@ -563,7 +563,7 @@ $(eval $(foreach m,$(filter-out $(PRJ),$(notdir $(wildcard ${E3_SITEAPPS_PATH}/* ...@@ -563,7 +563,7 @@ $(eval $(foreach m,$(filter-out $(PRJ),$(notdir $(wildcard ${E3_SITEAPPS_PATH}/*
# Manually required modules. # Manually required modules.
define ADD_MANUAL_DEPENDENCIES define ADD_MANUAL_DEPENDENCIES
$(eval $(1)_VERSION := $(patsubst ${E3_SITEMODS_PATH}/$(1)/%,%,$(firstword $(shell ls -dvr ${E3_SITEMODS_PATH}/$(1)/$(VERSIONGLOB) 2>/dev/null))) $(eval $(1)_VERSION := $(patsubst ${E3_SITEMODS_PATH}/$(1)/%,%,$(firstword $(shell ls -dvr ${E3_SITEMODS_PATH}/$(1)/$(VERSIONGLOB) 2>/dev/null))))
endef endef
$(eval $(foreach m,${REQ},$(call ADD_MANUAL_DEPENDENCIES,$m))) $(eval $(foreach m,${REQ},$(call ADD_MANUAL_DEPENDENCIES,$m)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment