We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95a345 commit f53b46aCopy full SHA for f53b46a
samples/GetRecord/Makefile
@@ -8,8 +8,8 @@
8
9
TOOLKIT_NAME=com.ibm.streamsx.hbase
10
# Fill in STREAMS_HBASE_TOOLKIT location here.
11
-STREAMS_HBASE_TOOLKIT ?= $(shell ([ -e ../../$(TOOLKIT_NAME) ] && echo ../../$(TOOLKIT_NAME)) ||\
12
- ([ -e "../com.ibm.streamsx.hbase" ] && echo ../$(TOOLKIT_NAME)) ||\
+STREAMS_HBASE_TOOLKIT ?= $(shell ([ -e "../../$(TOOLKIT_NAME)/toolkit.xml" ] && echo ../../$(TOOLKIT_NAME)) ||\
+ ([ -e "../$(TOOLKIT_NAME)" ] && echo ../$(TOOLKIT_NAME)) ||\
13
echo $(STREAMS_INSTALL)/toolkits/$(TOOLKIT_NAME))
14
15
0 commit comments