[llvm-commits] CVS: llvm/runtime/libprofile/Makefile
Reid Spencer
reid at x10sys.com
Tue Oct 18 13:35:01 PDT 2005
Chris,
Shouldn't that be LLVM_SRC_DIR? PROJ_SRC_DIR is going to make the makefile
think that its somewhere in llvm/projects/X.
Reid.
Chris Lattner wrote:
> Changes in directory llvm/runtime/libprofile:
>
> Makefile updated: 1.7 -> 1.8
> ---
> Log message:
>
> This was never updated for the project makefile changes
>
>
> ---
> Diffs of the changes: (+1 -1)
>
> Makefile | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
>
> Index: llvm/runtime/libprofile/Makefile
> diff -u llvm/runtime/libprofile/Makefile:1.7 llvm/runtime/libprofile/Makefile:1.8
> --- llvm/runtime/libprofile/Makefile:1.7 Thu Jan 13 10:53:05 2005
> +++ llvm/runtime/libprofile/Makefile Tue Oct 18 13:49:11 2005
> @@ -13,7 +13,7 @@
> LOADABLE_MODULE = 1
> LIBRARYNAME = profile_rt
> EXTRA_DIST = exported_symbols.lst
> -EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
> +EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
> BYTECODE_DESTINATION = $(CFERuntimeLibDir)
>
> include $(LEVEL)/Makefile.common
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list