summaryrefslogtreecommitdiff
path: root/com32/libutil/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-09-25 16:46:02 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-09-25 16:46:02 -0700
commited67201fcc004ccb0eb20e5489d71ed69cfb7428 (patch)
tree55cea829c53c57d14577f65f35302a3bb6d97837 /com32/libutil/Makefile
parent5c12206bf5c223df3f555c6c2b4aed06cfe357a1 (diff)
downloadsyslinux-ed67201fcc004ccb0eb20e5489d71ed69cfb7428.tar.gz
Fix "make clean" confusionsyslinux-3.72
"make clean" must NOT remove stuff that "make installer" should not rebuild. This is a somewhat unfortunate choice of naming, but that's the way it is. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/libutil/Makefile')
-rw-r--r--com32/libutil/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index d7967cdb..31754a91 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -52,7 +52,10 @@ tidy dist:
rm -f *.o *.lo *.lst *.elf .*.d *.tmp
clean: tidy
- rm -f *.lss *.a *.c32 *.lnx *.com
+ rm -f *.lnx libutil_lnx.a
+
+spotless: clean
+ rm -f *.lss *.a *.c32 *.com
spotless: clean
rm -f *~ \#*