diff TaskManager/Makefile @ 776:5088d70e66c5

heap corruption in TaskArray1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 05 Mar 2010 10:12:49 +0900
parents d50fc4ca79e4
children 088f64aad843
line wrap: on
line diff
--- a/TaskManager/Makefile	Tue Jan 19 19:09:32 2010 +0900
+++ b/TaskManager/Makefile	Fri Mar 05 10:12:49 2010 +0900
@@ -1,5 +1,4 @@
 include ./Makefile.def
--include ./Makefile.dep
 
 TAGS       = gtags
 TAGSOPTION = 
@@ -46,3 +45,5 @@
 
 tags:
 	$(TAGS) $(TAGSOPTION)
+
+-include ./Makefile.dep