diff options
| author | Graydon Hoare <[email protected]> | 2010-07-21 15:10:16 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-21 15:10:16 -0700 |
| commit | c070c1124883e400cc9fba1b97c6cfef60189575 (patch) | |
| tree | 94ebdf5a6e05305633d4542f40da1a904119e2d5 /src | |
| parent | XFAIL comm-2 for now; there's an assertion trappping in rust_task::wakeup. (diff) | |
| download | rust-c070c1124883e400cc9fba1b97c6cfef60189575.tar.xz rust-c070c1124883e400cc9fba1b97c6cfef60189575.zip | |
Nothing change, to tickle tinderboxes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 22c19d09..115fdf45 100644 --- a/src/Makefile +++ b/src/Makefile @@ -201,7 +201,7 @@ endif MKFILES := Makefile -# add current directory to library search path of CFG_BOOT command line +# Add current directory to library search path of CFG_BOOT command line. CFG_BOOT_FLAGS += -L . |