blob: d64f8d6b7fc8148717c4de7b5fb073f9e1a1f30b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- a/PLUGINS/src/streamdev/Makefile
+++ b/PLUGINS/src/streamdev/Makefile
@@ -37,8 +37,9 @@
-include $(PLGCFG)
### export all vars for sub-makes, using absolute paths
-LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd)
-LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd)
+# paths don't exist and absolute path isn't needed
+#LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd)
+#LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd)
export
unexport PLUGIN
|