| | | | --- | --- | | Bugzilla Link | [442](https://llvm.org/bz442) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description under projects/sample: BUILD_SRC_ROOT := $(subst //,/,@abs_top_srcdir@) is rewritten to: BUILD_SRC_ROOT := $(subst //,/,/home/alkis/projects/college/llvm/projects/sample) but under projects/Java: BUILD_SRC_ROOT := $(subst //,/,@abs_top_srcdir@) is rewritten to: BUILD_SRC_ROOT := $(subst //,/,.)