Fix the dep_grade_lib target.

This commit is contained in:
Zoltan Somogyi
2020-04-15 18:20:09 +10:00
parent bbf90ee289
commit effb5f20c7

View File

@@ -157,7 +157,7 @@ dep_grade_lib: grade_lib/$(deps_subdir)/choose_grade.dep \
grade_lib/$(deps_subdir)/choose_grade.dep \
grade_lib/$(deps_subdir)/test_grades.dep \
grade_lib/$(deps_subdir)/try_all_grade_structs.dep:
+cd grade_lib && $(SUBDIR_MMAKE) dep
+cd grade_lib && $(SUBDIR_MMAKE) depend
.PHONY: dep_slice
dep_slice: slice/$(deps_subdir)mcov.dep \