aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-09 19:12:34 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-09 19:12:34 +0000
commit332fc1006c4387d430e37e6e6858debc08bf9a74 (patch)
tree9cbcbcbae3a4185228b3f6b0125a25b1574d1713
parentd27d3be6cdf177b8b75e5159f246a87a41b7276a (diff)
downloadbusybox-332fc1006c4387d430e37e6e6858debc08bf9a74.tar.gz
- 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.
-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
top_srcdir=$(top_srcdir) \
top_builddir=$(top_builddir) \
KBUILD_SRC=$(top_srcdir) \
- PREFIX=$(PREFIX) \
- CROSS=$(CROSS) \
-f $(CURDIR)/Makefile $@
$(KBUILD_OUTPUT)/Rules.mak: