diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-09 19:47:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-09 19:47:38 +0000 |
commit | da8f43fd34d59a83ee8314dae5850db95ac1bdad (patch) | |
tree | fb6e0cd8e8b8fd7341b9a3ceb3970580eed0867c /Makefile | |
parent | ca3c981c07ade7f8fd50ba4bb452a2fadaddc326 (diff) | |
download | busybox-da8f43fd34d59a83ee8314dae5850db95ac1bdad.tar.gz |
build system: fix for non-i386 builds
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ VERSION = 1 PATCHLEVEL = 2 SUBLEVEL = 1 EXTRAVERSION = .svn -NAME=Unnamed +NAME = Unnamed # *DOCUMENTATION* # To see a list of typical targets execute "make help" |