- 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.
This commit is contained in:
Bernhard Reutner-Fischer 2005-10-09 19:12:34 +00:00
parent d27d3be6cd
commit 332fc1006c

View File

@ -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: