diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-22 19:57:11 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-22 19:57:11 (GMT) |
commit | 496f64f3de5201b8cb5e6c3f6fb11f7b3f5eae05 (patch) | |
tree | df6a023a71712e747fe047420ba357e52cd0252c /QA/UnitTest/Makefile.inc | |
parent | 216cdc29eb9454f5eb772f3324ccf5210c48528a (diff) | |
download | swift-496f64f3de5201b8cb5e6c3f6fb11f7b3f5eae05.zip swift-496f64f3de5201b8cb5e6c3f6fb11f7b3f5eae05.tar.bz2 |
Let each module define its own .dep files.
Diffstat (limited to 'QA/UnitTest/Makefile.inc')
-rw-r--r-- | QA/UnitTest/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/QA/UnitTest/Makefile.inc b/QA/UnitTest/Makefile.inc index 820fb64..531f616 100644 --- a/QA/UnitTest/Makefile.inc +++ b/QA/UnitTest/Makefile.inc @@ -7,6 +7,7 @@ UNITTEST_OBJECTS = \ TEST_TARGETS += check CLEANFILES += $(UNITTEST_OBJECTS) $(UNITTEST_TARGET) +DEPS += $(UNITTEST_SOURCES:.cpp=.dep) .PHONY: check check: $(UNITTEST_TARGET) |