Remove redundant entry from Makefile

This commit is contained in:
Graydon Hoare 2011-03-11 15:49:03 -08:00
parent 9b3db0ed44
commit d24acf733a

View File

@ -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)