diff options
-rw-r--r-- | pc-bios/s390-ccw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/s390-ccw/Makefile b/pc-bios/s390-ccw/Makefile index cbae74522a..6d0c2ee691 100644 --- a/pc-bios/s390-ccw/Makefile +++ b/pc-bios/s390-ccw/Makefile @@ -36,4 +36,4 @@ s390-netboot.img: endif clean: - $(RM) *.o *.d *.img *.elf *~ *.a + rm -f *.o *.d *.img *.elf *~ *.a |