# HG changeset patch # User diego # Date 1137423594 0 # Node ID 61e47d2031911c7ecd5217eacdc5d0b648f90d66 # Parent 9f85c9cf603434226e0fa0995a2e79ced13846b6 Make clean/distclean consistent throughout all the Makefiles. diff -r 9f85c9cf6034 -r 61e47d203191 Makefile --- a/Makefile Sun Jan 15 21:33:06 2006 +0000 +++ b/Makefile Mon Jan 16 14:59:54 2006 +0000 @@ -444,8 +444,8 @@ dep: depend clean: $(CLEANAMR) - rm -f *.o *.d *~ i386/*.o i386/*~ \ - *.a *.lib *.so *.dylib *.dll \ + rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll \ + i386/*.o i386/*~ \ armv4l/*.o armv4l/*~ \ mlib/*.o mlib/*~ \ alpha/*.o alpha/*~ \ @@ -459,6 +459,7 @@ distclean: clean rm -f Makefile.bak .depend + $(MAKE) -C libpostproc distclean cleanamr: $(MAKE) -C amr clean