From 047014e704a90a92bd71a27bfc3c850556825fab Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 22 Aug 2020 14:09:54 +0200 Subject: [PATCH] build: Fixup cleaning of armv4. * build-aux/GNUmakefile.in (clean): Clean armv4 go files. --- build-aux/GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build-aux/GNUmakefile.in b/build-aux/GNUmakefile.in index a5a3ffe9..95e8be41 100644 --- a/build-aux/GNUmakefile.in +++ b/build-aux/GNUmakefile.in @@ -104,6 +104,7 @@ clean: rm -f build-aux/mes-snarf.go rm -f module/mescc.go rm -f module/mes/*.go module/mescc/*.go + rm -f module/mescc/armv4/*.go rm -f module/mescc/i386/*.go rm -f module/mescc/x86_64/*.go rm -rf gcc-lib/*.o gcc-lib/*.s gcc-lib/*.a gcc-lib/*-mes