diff input/Makefile @ 21080:618d1857f4c4

Unify dep/depend targets.
author diego
date Mon, 20 Nov 2006 11:18:01 +0000
parents 133f4d2f84c5
children 68df3b19a160
line wrap: on
line diff
--- a/input/Makefile	Mon Nov 20 11:14:11 2006 +0000
+++ b/input/Makefile	Mon Nov 20 11:18:01 2006 +0000
@@ -33,9 +33,7 @@
 distclean: clean
 	rm -f .depend
 
-dep:    depend
-
-depend:
+dep depend:
 	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
 
 #