Index: src/work/makefile
===================================================================
--- src/work/makefile	(revision 127)
+++ src/work/makefile	(revision 132)
@@ -1,3 +1,3 @@
-INCLUDEDIRS=-I../include -I. -I./jacint -I./marci
+INCLUDEDIRS=-I../include -I. -I./{marci,jacint,alpar,klao,akos}
 CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
 
@@ -22,8 +22,7 @@
 ################
 
-dep depend:
-	$(CXX) $(CXXFLAGS) -M *.cc > .depend
-.depend:
-	$(CXX) $(CXXFLAGS) -M *.cc > .depend
+
+.depend dep depend:
+	-$(CXX) $(CXXFLAGS) -M *.cc > .depend
 
 makefile: .depend
