]> git.lizzy.rs Git - rust.git/commitdiff
mk/tests.mk: fix typo "srcrustllvm"
authorEtienne Millon <me@emillon.org>
Tue, 30 Jul 2013 12:40:52 +0000 (14:40 +0200)
committerEtienne Millon <me@emillon.org>
Wed, 31 Jul 2013 22:36:01 +0000 (00:36 +0200)
mk/tests.mk

index 048dc56597aa2aa1f388f911b08ee4116d5e600b..749c99fa9be7c293ee2d454f8c4139a6ae1f103f 100644 (file)
@@ -215,7 +215,7 @@ else
 ALL_CS := $(wildcard $(S)src/rt/*.cpp \
                      $(S)src/rt/*/*.cpp \
                      $(S)src/rt/*/*/*.cpp \
-                     $(S)srcrustllvm/*.cpp)
+                     $(S)src/rustllvm/*.cpp)
 ALL_CS := $(filter-out $(S)src/rt/bigint/bigint_ext.cpp \
                        $(S)src/rt/bigint/bigint_int.cpp \
                        $(S)src/rt/miniz.cpp \
@@ -225,7 +225,7 @@ ALL_CS := $(filter-out $(S)src/rt/bigint/bigint_ext.cpp \
 ALL_HS := $(wildcard $(S)src/rt/*.h \
                      $(S)src/rt/*/*.h \
                      $(S)src/rt/*/*/*.h \
-                     $(S)srcrustllvm/*.h)
+                     $(S)src/rustllvm/*.h)
 ALL_HS := $(filter-out $(S)src/rt/vg/valgrind.h \
                        $(S)src/rt/vg/memcheck.h \
                        $(S)src/rt/uthash/uthash.h \