pc-bios/s390-ccw: Use rm command during make clean
commit88b3739acdec0b8ccdbb65425b0d31235e2c7ca3
authorEric Farman <farman@linux.vnet.ibm.com>
Mon, 14 Aug 2017 20:44:50 +0000 (14 22:44 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 15 Aug 2017 07:06:01 +0000 (15 09:06 +0200)
tree79e60aaa6a7523ead06ebe7089b6418a883776ba
parent83c3a1f61673ef554facf4d6d29ed56c5a219f9d
pc-bios/s390-ccw: Use rm command during make clean

This reverts a change that replaced the "rm -f" command with the
undefined variable RM (expected to be set by make), and causes the
"make clean" command to fail for a s390 target:

make[1]: Entering directory '/usr/src/qemu/build/pc-bios/s390-ccw'
rm -f *.timestamp
*.o *.d *.img *.elf *~ *.a
/bin/sh: *.o: command not found
Makefile:39: recipe for target 'clean' failed
make[1]: *** [clean] Error 127
make[1]: Leaving directory '/usr/src/qemu/build/pc-bios/s390-ccw'
Makefile:489: recipe for target 'clean' failed
make: *** [clean] Error 1

Fixes: 3e4415a751d2 ("pc-bios/s390-ccw: Add core files for the network
                      bootloading program")
Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com>
Message-Id: <20170814204450.24118-2-farman@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
pc-bios/s390-ccw/Makefile