diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /Makefile | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
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 | ||