Description: Extend distclean target to remove files that were left behind
 The distclean target did not remove some files that were created by configure.
Author: Andreas Bombe <aeb@debian.org>
Applied-Upstream: https://github.com/ghdl/ghdl/commit/ee485159a79baa4ddde4fc2713166057e5d334c6
Last-Update: 2021-10-31
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile.in
+++ b/Makefile.in
@@ -602,6 +602,7 @@
 
 distclean: clean
 	$(RM) -f default_paths.ads ortho_code-x86-flags.ads
+	$(RM) -f elf_arch.ads ghdlsynth_maybe.ads
 	$(RM) -f grt/grt-backtrace-impl.ads
 	$(RM) -f Makefile config.status ghdl.gpr
 
