diff options
| author | Graydon Hoare <[email protected]> | 2011-03-11 15:49:03 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-11 15:49:56 -0800 |
| commit | d24acf733a6fcc22ec53c241311240b950db0b11 (patch) | |
| tree | 173b44c1b54d5e80efddf7c75049e85ea3e266f9 | |
| parent | rustc: Add some stub metadata to each crate (diff) | |
| download | rust-d24acf733a6fcc22ec53c241311240b950db0b11.tar.xz rust-d24acf733a6fcc22ec53c241311240b950db0b11.zip | |
Remove redundant entry from Makefile
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 4b449254..dc6a9b7c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -300,7 +300,6 @@ RUNTIME_HDR := rt/globals.h \ RUNTIME_INCS := -Irt/isaac -Irt/uthash RUNTIME_OBJS := $(RUNTIME_CS:.cpp=.o) -RUNTIME_LIBS := $(CFG_RUNTIME_LIBS) STDLIB_CRATE := lib/std.rc STDLIB_INPUTS := $(wildcard lib/*.rc lib/*.rs lib/*/*.rs) |