mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
- 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:
parent
d27d3be6cd
commit
332fc1006c
2
Makefile
2
Makefile
@ -75,8 +75,6 @@ $(filter-out _all,$(MAKECMDGOALS)) _all: $(KBUILD_OUTPUT)/Rules.mak $(KBUILD_OUT
|
|||||||
top_srcdir=$(top_srcdir) \
|
top_srcdir=$(top_srcdir) \
|
||||||
top_builddir=$(top_builddir) \
|
top_builddir=$(top_builddir) \
|
||||||
KBUILD_SRC=$(top_srcdir) \
|
KBUILD_SRC=$(top_srcdir) \
|
||||||
PREFIX=$(PREFIX) \
|
|
||||||
CROSS=$(CROSS) \
|
|
||||||
-f $(CURDIR)/Makefile $@
|
-f $(CURDIR)/Makefile $@
|
||||||
|
|
||||||
$(KBUILD_OUTPUT)/Rules.mak:
|
$(KBUILD_OUTPUT)/Rules.mak:
|
||||||
|
Loading…
Reference in New Issue
Block a user