update codes for os course-YAO-class, fall, 2013

This commit is contained in:
chyyuu
2013-09-17 10:34:45 +08:00
parent 54410feba2
commit 1851498df5
47 changed files with 50 additions and 34 deletions

View File

@@ -70,7 +70,7 @@ endef
# finish all
define do_finish_all
ALLDEPS = $$(ALLOBJS:.o=.d)
$$(sort $$(dir $$(ALLOBJS)) $(BINDIR) $(OBJDIR)):
$$(sort $$(dir $$(ALLOBJS)) $(BINDIR)$(SLASH) $(OBJDIR)$(SLASH)):
@$(MKDIR) $$@
endef