diff input/Makefile @ 17488:ce1ba8fd57e7

Make clean/distclean behave uniformly in all directories.
author diego
date Fri, 27 Jan 2006 00:06:42 +0000
parents 80973aa180a5
children 7a9a9748e045
line wrap: on
line diff
--- a/input/Makefile	Thu Jan 26 19:32:07 2006 +0000
+++ b/input/Makefile	Fri Jan 27 00:06:42 2006 +0000
@@ -23,8 +23,8 @@
 clean:
 	rm -f *.o *.a *~
 
-distclean:
-	rm -f Makefile.bak *.o *.a *~ .depend
+distclean: clean
+	rm -f .depend
 
 dep:    depend