aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-09-26 16:01:43 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-09-26 16:01:43 +0000
commit1c943eb88af4782f02001ced33f0b07e892bdb22 (patch)
tree82cf8538328a28f31eea2fd5a8d5bf06ecd9e6f9 /Rules.mak
parentd24eaac9e66d1f725a7b3c8e8d472845c3f63c39 (diff)
downloadbusybox-w32-1c943eb88af4782f02001ced33f0b07e892bdb22.tar.gz
busybox-w32-1c943eb88af4782f02001ced33f0b07e892bdb22.tar.bz2
busybox-w32-1c943eb88af4782f02001ced33f0b07e892bdb22.zip
- remove unused variable TOPDIR
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index e186af00d..b18d09b96 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -84,7 +84,7 @@ CFLAGS=-I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)
84ARFLAGS=cru 84ARFLAGS=cru
85 85
86#-------------------------------------------------------- 86#--------------------------------------------------------
87export VERSION BUILDTIME TOPDIR HOSTCC HOSTCFLAGS CROSS CC AR AS LD NM STRIP CPP 87export VERSION BUILDTIME HOSTCC HOSTCFLAGS CROSS CC AR AS LD NM STRIP CPP
88ifeq ($(strip $(TARGET_ARCH)),) 88ifeq ($(strip $(TARGET_ARCH)),)
89TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \ 89TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
90 -e 's/i.86/i386/' \ 90 -e 's/i.86/i386/' \