aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-11 15:49:03 -0800
committerGraydon Hoare <[email protected]>2011-03-11 15:49:56 -0800
commitd24acf733a6fcc22ec53c241311240b950db0b11 (patch)
tree173b44c1b54d5e80efddf7c75049e85ea3e266f9
parentrustc: Add some stub metadata to each crate (diff)
downloadrust-d24acf733a6fcc22ec53c241311240b950db0b11.tar.xz
rust-d24acf733a6fcc22ec53c241311240b950db0b11.zip
Remove redundant entry from Makefile
-rw-r--r--src/Makefile1
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)