Skip to content

Commit f53b46a

Browse files
author
KIRSTEN W. HILDRUM
committed
Update makefiles
1 parent a95a345 commit f53b46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/GetRecord/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
TOOLKIT_NAME=com.ibm.streamsx.hbase
1010
# 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)) ||\
11+
STREAMS_HBASE_TOOLKIT ?= $(shell ([ -e "../../$(TOOLKIT_NAME)/toolkit.xml" ] && echo ../../$(TOOLKIT_NAME)) ||\
12+
([ -e "../$(TOOLKIT_NAME)" ] && echo ../$(TOOLKIT_NAME)) ||\
1313
echo $(STREAMS_INSTALL)/toolkits/$(TOOLKIT_NAME))
1414

1515

0 commit comments

Comments
 (0)