- remove passing PREFIX and CROSS to make which was added for bug #94.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 9 Oct 2005 19:12:34 +0000 (19:12 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 9 Oct 2005 19:12:34 +0000 (19:12 -0000)
  My recent Makefile touch-up assures that make O=/tmp/o PREFIX=/tmp/i install
  works as expected without this ugly workaround.

Makefile

index d213dc597cb9502b3f62efc717d0bafa490c43c7..63a2c1327a9519c69927b487bd1e4d8da6140cb2 100644 (file)
--- 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: