diff options
author | Fredrik Gustafsson <[email protected]> | 2013-03-12 14:07:12 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-03-12 14:07:12 +0100 |
commit | bec7094e6b238774997bcb12f308f7f5bfadf160 (patch) | |
tree | 4a7bc1bdbe4093beafb0035c4c6d60ae5a9a0f34 /lib/ic | |
parent | 9bcc7fe4e2983827bfb1fcb09963a49dfaf9a2d6 (diff) | |
parent | 5a43729e86657e75e716ee879c03689a185965da (diff) | |
download | otp-bec7094e6b238774997bcb12f308f7f5bfadf160.tar.gz otp-bec7094e6b238774997bcb12f308f7f5bfadf160.tar.bz2 otp-bec7094e6b238774997bcb12f308f7f5bfadf160.zip |
Merge branch 'fredrik/ic_make_ji/OTP-10876' into maint
* fredrik/ic_make_ji/OTP-10876:
String instead of atom, not_found handled by ts:make
Checking if jinterface is present
Diffstat (limited to 'lib/ic')
-rw-r--r-- | lib/ic/test/java_client_erl_server_SUITE_data/Makefile.src | 2 |
1 files changed, 1 insertions, 1 deletions
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) |