Commit 9164f985 authored by Franco Fichtner's avatar Franco Fichtner

unbreak plugin dir iteration

parent 546d2961
...@@ -87,7 +87,7 @@ MERGE+= merge-${LANG} ...@@ -87,7 +87,7 @@ MERGE+= merge-${LANG}
TEST+= test-${LANG} TEST+= test-${LANG}
.endfor .endfor
_PLUGINSDIRS!= ${MAKE} -C ${PLUGINSDIR} list _PLUGINSDIRS!= ${MAKE} -C ${PLUGINSDIR} list | awk '{ print $$1 }'
PLUGINSDIRS= ${_PLUGINSDIRS:S/^/${PLUGINSDIR}\//g} PLUGINSDIRS= ${_PLUGINSDIRS:S/^/${PLUGINSDIR}\//g}
${TEMPLATE}: ${TEMPLATE}:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment