diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-03-15 08:29:22 +0000 |
commit | b16674f3c1a961e0b5d6a57745f5f749d95c641e (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /Makefile | |
parent | e7135df4a650f9197b633784472f45602524855b (diff) | |
download | busybox-w32-b16674f3c1a961e0b5d6a57745f5f749d95c641e.tar.gz busybox-w32-b16674f3c1a961e0b5d6a57745f5f749d95c641e.tar.bz2 busybox-w32-b16674f3c1a961e0b5d6a57745f5f749d95c641e.zip |
Remove trailing whitespace. Update copyright to include 2004.
git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
@@ -219,7 +219,7 @@ clean: | |||
219 | docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \ | 219 | docs/busybox.net/BusyBox.html busybox.links libbb/loop.h \ |
220 | .config.old .hdepend busybox | 220 | .config.old .hdepend busybox |
221 | - rm -rf _install | 221 | - rm -rf _install |
222 | - find . -name .\*.flags -exec rm -f {} \; | 222 | - find . -name .\*.flags -exec rm -f {} \; |
223 | - find . -name \*.o -exec rm -f {} \; | 223 | - find . -name \*.o -exec rm -f {} \; |
224 | - find . -name \*.a -exec rm -f {} \; | 224 | - find . -name \*.a -exec rm -f {} \; |
225 | 225 | ||