remove redundency in vm-depends

This commit is contained in:
Joshua Warner 2013-02-21 19:42:29 -07:00
parent a9e2984aaf
commit 494f773bc9

View File

@ -940,9 +940,6 @@ generated-code = \
$(build)/type-maps.cpp
vm-depends := $(generated-code) \
$(wildcard $(src)/*.h) \
$(wildcard $(src)/codegen/*.h) \
$(wildcard $(src)/codegen/compiler/*.h) \
$(shell find src include -name '*.h' -or -name '*.inc.cpp')
vm-sources = \