build: Fixup cleaning of armv4.
* build-aux/GNUmakefile.in (clean): Clean armv4 go files.
This commit is contained in:
parent
acf86208ed
commit
047014e704
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue