Skip to content

Commit

Permalink
This never got updated to reflect the project makefile changes
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23789 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Oct 18, 2005
1 parent 21f587c commit ed069fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/GC/SemiSpace/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed069fc

Please sign in to comment.