From 332fc1006c4387d430e37e6e6858debc08bf9a74 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 9 Oct 2005 19:12:34 +0000 Subject: - 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. --- Makefile | 2 -- 1 file changed, 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: -- cgit v1.2.3