1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

This never got updated to reflect the project makefile changes

llvm-svn: 23789
This commit is contained in:
Chris Lattner 2005-10-18 18:48:30 +00:00
parent da117aa6d3
commit 645b455920

View File

@ -11,7 +11,7 @@ LEVEL = ../../..
BYTECODE_LIBRARY = 1
LIBRARYNAME = gcsemispace
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/../gc_exported_symbols.lst
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/../gc_exported_symbols.lst
include $(LEVEL)/Makefile.common