comparison loader/dmo/Makefile @ 21080:618d1857f4c4

Unify dep/depend targets.
author diego
date Mon, 20 Nov 2006 11:18:01 +0000
parents eacc821fd889
children
comparison
equal deleted inserted replaced
21079:a09d28771d0c 21080:618d1857f4c4
34 rm -f *.o *.a *~ 34 rm -f *.o *.a *~
35 35
36 distclean: clean 36 distclean: clean
37 rm -f .depend test test.raw 37 rm -f .depend test test.raw
38 38
39 dep: depend 39 dep depend:
40
41 depend:
42 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend 40 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
43 41
44 # 42 #
45 # include dependency files if they exist 43 # include dependency files if they exist
46 # 44 #