aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-09 19:47:38 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-09 19:47:38 +0000
commitda8f43fd34d59a83ee8314dae5850db95ac1bdad (patch)
treefb6e0cd8e8b8fd7341b9a3ceb3970580eed0867c /Makefile
parentca3c981c07ade7f8fd50ba4bb452a2fadaddc326 (diff)
downloadbusybox-w32-da8f43fd34d59a83ee8314dae5850db95ac1bdad.tar.gz
busybox-w32-da8f43fd34d59a83ee8314dae5850db95ac1bdad.tar.bz2
busybox-w32-da8f43fd34d59a83ee8314dae5850db95ac1bdad.zip
build system: fix for non-i386 builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16fcfeb98..c1103cf95 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION = 1
2PATCHLEVEL = 2 2PATCHLEVEL = 2
3SUBLEVEL = 1 3SUBLEVEL = 1
4EXTRAVERSION = .svn 4EXTRAVERSION = .svn
5NAME=Unnamed 5NAME = Unnamed
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help" 8# To see a list of typical targets execute "make help"