Description: Add missing distclean targets
Author: Simon Richter <sjr@debian.org>
Last-Update: 2013-08-09

--- foundry-0.0.20130809.orig/lang/Makefile
+++ foundry-0.0.20130809/lang/Makefile
@@ -62,9 +62,9 @@ update: $(addprefix update/,$(BOOTSTRAP)
 
 check test: $(addprefix update/,$(BOOTSTRAP))
 
-.PHONY: clean
+.PHONY: clean distclean
 
-clean:
+clean distclean:
 	$(RM) foundry-parse foundry-tree
 	$(RM) -r stage1
 	$(RM) -r stage2
--- foundry-0.0.20130809.orig/build/Makefile
+++ foundry-0.0.20130809/build/Makefile
@@ -13,6 +13,8 @@ check: all
 
 update: all
 
+distclean: clean
+
 clean::
 	$(RM) foundry-build
 
