diff options
-rw-r--r-- | ure/source/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ure/source/makefile.mk b/ure/source/makefile.mk index 040f539e063a..c8837a68186f 100644 --- a/ure/source/makefile.mk +++ b/ure/source/makefile.mk @@ -52,8 +52,7 @@ my_components = \ .IF "$(SOLAR_JAVA)" != "" -my_components = \ - $(my_components) \ +my_components += \ javaloader \ javavm \ juh |