Author: Ralf Treinen <treinen@debian.org>
Description: add distclean target in eamples/Makefile since called from
  top level makefile
Forwarded: 2011-10-21

--- advi.orig/examples/Makefile	2010-04-05 19:45:28.000000000 +0200
+++ advi/examples/Makefile	2010-04-05 19:45:50.000000000 +0200
@@ -55,7 +55,7 @@
 	 cd $$i; $(MAKE) all; cd ..; \
 	done
 
-clean:
+distclean clean:
 	for i in $(SUBDIRS); do \
 	 cd $$i; $(MAKE) clean; cd ..; \
 	done
