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