aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-09 19:47:38 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-09 19:47:38 +0000
commit930b0ee416c9ac44c2f3e3571e237848b2b3b216 (patch)
treefb6e0cd8e8b8fd7341b9a3ceb3970580eed0867c /Makefile
parentfe139de123d5bd9e7d7a096a72b52d8d7c2220ad (diff)
downloadbusybox-w32-930b0ee416c9ac44c2f3e3571e237848b2b3b216.tar.gz
busybox-w32-930b0ee416c9ac44c2f3e3571e237848b2b3b216.tar.bz2
busybox-w32-930b0ee416c9ac44c2f3e3571e237848b2b3b216.zip
build system: fix for non-i386 builds
git-svn-id: svn://busybox.net/trunk/busybox@16349 69ca8d6d-28ef-0310-b511-8ec308f3f277
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"