build: Fixup cleaning of armv4.

* build-aux/GNUmakefile.in (clean): Clean armv4 go files.
This commit is contained in:
Danny Milosavljevic 2020-08-22 14:09:54 +02:00
parent acf86208ed
commit 047014e704
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 0 deletions

View File

@ -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