This never got updated to reflect the project makefile changes
[oota-llvm.git] / runtime / GC / SemiSpace / Makefile
index 9f233af5ac5307083e925387bde5297435e92d91..8aaa29c8cb00b4dc6820c1502ff00b22c77a81f6 100644 (file)
@@ -10,8 +10,8 @@
 LEVEL = ../../..
 BYTECODE_LIBRARY = 1
 LIBRARYNAME = gcsemispace
-
-EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
+BYTECODE_DESTINATION = $(CFERuntimeLibDir)
+EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/../gc_exported_symbols.lst
 
 include $(LEVEL)/Makefile.common