diff options
Diffstat (limited to 'tools/jello/Makefile')
-rw-r--r-- | tools/jello/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jello/Makefile b/tools/jello/Makefile index 3543c82..4653e1a 100644 --- a/tools/jello/Makefile +++ b/tools/jello/Makefile @@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore codegen x86 support.a target.a # Have gcc tell the linker to export symbols from the program so that # dynamically loaded modules can be linked against them. # -TOOLLINKOPTS = -ldl $(ExportSymbols) +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common |