diff options
Diffstat (limited to 'runtime/GCCLibraries/libucb/Makefile')
-rw-r--r-- | runtime/GCCLibraries/libucb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libucb/Makefile b/runtime/GCCLibraries/libucb/Makefile index 685944e..b5a175e 100644 --- a/runtime/GCCLibraries/libucb/Makefile +++ b/runtime/GCCLibraries/libucb/Makefile @@ -11,5 +11,6 @@ LEVEL = ../../.. BYTECODE_LIBRARY = 1 DONT_BUILD_RELINKED = 1 LIBRARYNAME = ucb +BYTECODE_DESTINATION = $(cferuntime_libdir) include $(LEVEL)/Makefile.common |