aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6c36b8fa4..59d648512 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M")
4 4
5# Comment out the following to make a debuggable build 5# Comment out the following to make a debuggable build
6# Leave this off for production use. 6# Leave this off for production use.
7#DODEBUG=true 7DODEBUG=true
8 8
9#This will choke on a non-debian system 9#This will choke on a non-debian system
10ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` 10ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`
@@ -41,7 +41,7 @@ links:
41 - ./busybox.mkll | sort >busybox.links 41 - ./busybox.mkll | sort >busybox.links
42 42
43clean: 43clean:
44 - rm -f busybox busybox.links *~ *.o 44 - rm -f busybox busybox.links *~ *.o core
45 45
46distclean: clean 46distclean: clean
47 - rm -f busybox 47 - rm -f busybox