blob: 7561a89b94921e777f53086aa9eb1b584d9ad422 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- busybox-1.1.2/Makefile.orig 2006-04-10 14:45:46.000000000 -0500
+++ busybox-1.1.2/Makefile 2006-05-15 00:54:31.000000000 -0500
@@ -79,6 +79,8 @@
top_srcdir=$(top_srcdir) \
top_builddir=$(top_builddir) \
KBUILD_SRC=$(top_srcdir) \
+ PREFIX=$(PREFIX) \
+ CROSS=$(CROSS) \
-f $(CURDIR)/Makefile $@
$(KBUILD_OUTPUT)/Rules.mak:
|