Commit 356fdc3b authored by Kevin Modzelewski's avatar Kevin Modzelewski

Fix the inclusion of .d files

(We weren't including all of them)
parent d516ba3d
......@@ -769,7 +769,7 @@ pyston_release:
ln -sf $(HOME)/pyston-build-release/pyston pyston_release
endif
-include $(wildcard *.d) $(wildcard */*.d) $(wildcard */*/*.d) $(wildcard $(UNITTEST_DIR)/*.d) $(wildcard ./from_cpython/Modules/*.d)
-include $(wildcard src/*.d) $(wildcard src/*/*.d) $(wildcard src/*/*/*.d) $(wildcard $(UNITTEST_DIR)/*.d) $(wildcard from_cpython/*/*.d) $(wildcard from_cpython/*/*/*.d)
.PHONY: clean
clean:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment