summaryrefslogtreecommitdiff
path: root/lib/jinterface/test/jinterface_SUITE_data/Makefile.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jinterface/test/jinterface_SUITE_data/Makefile.src')
-rw-r--r--lib/jinterface/test/jinterface_SUITE_data/Makefile.src8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/jinterface/test/jinterface_SUITE_data/Makefile.src b/lib/jinterface/test/jinterface_SUITE_data/Makefile.src
index 19c2157f7a..fe4051ea8f 100644
--- a/lib/jinterface/test/jinterface_SUITE_data/Makefile.src
+++ b/lib/jinterface/test/jinterface_SUITE_data/Makefile.src
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2004-2016. All Rights Reserved.
+# Copyright Ericsson AB 2004-2022. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,9 +23,6 @@
# We use both `rm' (Unix) and `del' (Windows) for removing files, but
# with a `-' in front so that the error in not finding `rm' (`del') on
# Windows (Unix) is ignored.
-#
-# VxWorks? XXX
-#
.SUFFIXES:
.SUFFIXES: .java
@@ -39,6 +36,7 @@ JINTERFACE_CLASSPATH = @jinterface_classpath@
CLASSPATH = .@PS@$(JINTERFACE_CLASSPATH)@PS@
JAVA_FILES = \
+ GenericTransportFactoryTest.java \
TransportFactoryTest.java \
Nodename.java \
RegisterAndWhereis.java \
@@ -62,6 +60,6 @@ clean:
-del /F /Q $(CLASS_FILES)
$(CLASS_FILES) : $(JAVA_FILES)
- $(JAVAC) -classpath $(CLASSPATH) $(JAVA_FILES)
+ $(JAVAC) -encoding UTF-8 -classpath $(CLASSPATH) $(JAVA_FILES)
#