diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-05-03 17:32:15 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-05-03 17:32:15 -0700 |
commit | 28eecd8965aedbd75727fb0797a2e7033d5c54ee (patch) | |
tree | 1cac9ffc5f7fe7fd82d59b4accd7b8cf85762f74 /mtools/Makefile | |
parent | f8c463722022008c8412a69f90576d2bf38818ed (diff) | |
download | syslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.gz syslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.xz syslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.zip |
Across-the-board stealth whitespace cleanup
Diffstat (limited to 'mtools/Makefile')
-rw-r--r-- | mtools/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mtools/Makefile b/mtools/Makefile index 920c85af..26909a30 100644 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -35,6 +35,3 @@ syslinux: $(OBJS) $(CC) $(CFLAGS) -S -o $@ $< -include .*.d - - - |