From bcedc55d806e55da2c9967ae89878817cdc89460 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Fri, 8 Mar 2013 17:53:03 +0100 Subject: Checking if jinterface is present --- lib/ic/test/java_client_erl_server_SUITE_data/Makefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ic/test/java_client_erl_server_SUITE_data') diff --git a/lib/ic/test/java_client_erl_server_SUITE_data/Makefile.src b/lib/ic/test/java_client_erl_server_SUITE_data/Makefile.src index 89fca8d270..d09f45df73 100644 --- a/lib/ic/test/java_client_erl_server_SUITE_data/Makefile.src +++ b/lib/ic/test/java_client_erl_server_SUITE_data/Makefile.src @@ -66,7 +66,7 @@ CLASS_FILES = $(JAVA_FILES:.java=.class) ERL_FILES = $(GEN_ERL_FILES) m_i_impl.erl EBINS = $(ERL_FILES:.erl=.@EMULATOR@) -@IFEQ@ (@jinterface_classpath@,) +@IFEQ@ (@jinterface@,not_found) all: @ELSE@ all: $(CLASS_FILES) $(EBINS) -- cgit v1.2.3