aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-09 19:12:34 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-09 19:12:34 +0000
commit4cd9126f5a80488adce21c9a38af1cece03e1138 (patch)
tree9cbcbcbae3a4185228b3f6b0125a25b1574d1713 /Makefile
parent0497321368f8bfa0032d10ced97587f7b47e6f77 (diff)
downloadbusybox-w32-4cd9126f5a80488adce21c9a38af1cece03e1138.tar.gz
busybox-w32-4cd9126f5a80488adce21c9a38af1cece03e1138.tar.bz2
busybox-w32-4cd9126f5a80488adce21c9a38af1cece03e1138.zip
- remove passing PREFIX and CROSS to make which was added for bug #94.
My recent Makefile touch-up assures that make O=/tmp/o PREFIX=/tmp/i install works as expected without this ugly workaround. git-svn-id: svn://busybox.net/trunk/busybox@11820 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d213dc597..63a2c1327 100644
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,6 @@ $(filter-out _all,$(MAKECMDGOALS)) _all: $(KBUILD_OUTPUT)/Rules.mak $(KBUILD_OUT
75 top_srcdir=$(top_srcdir) \ 75 top_srcdir=$(top_srcdir) \
76 top_builddir=$(top_builddir) \ 76 top_builddir=$(top_builddir) \
77 KBUILD_SRC=$(top_srcdir) \ 77 KBUILD_SRC=$(top_srcdir) \
78 PREFIX=$(PREFIX) \
79 CROSS=$(CROSS) \
80 -f $(CURDIR)/Makefile $@ 78 -f $(CURDIR)/Makefile $@
81 79
82$(KBUILD_OUTPUT)/Rules.mak: 80$(KBUILD_OUTPUT)/Rules.mak: