From: Bernhard Reutner-Fischer Date: Sun, 9 Oct 2005 19:12:34 +0000 (-0000) Subject: - remove passing PREFIX and CROSS to make which was added for bug #94. X-Git-Tag: 1_1_0~559 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=332fc1006c4387d430e37e6e6858debc08bf9a74;p=oweals%2Fbusybox.git - 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. --- 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: