mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
d6e78796d2
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
519 B
Diff
18 lines
519 B
Diff
Install includes like lua's ones
|
|
|
|
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
|
|
|
|
Index: b/Makefile
|
|
===================================================================
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -38,7 +38,7 @@
|
|
INSTALL_BIN= $(DPREFIX)/bin
|
|
INSTALL_LIB= $(DPREFIX)/$(MULTILIB)
|
|
INSTALL_SHARE= $(DPREFIX)/share
|
|
-INSTALL_DEFINC= $(DPREFIX)/include/luajit-$(MMVERSION)
|
|
+INSTALL_DEFINC= $(DPREFIX)/include
|
|
INSTALL_INC= $(INSTALL_DEFINC)
|
|
|
|
export INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(MMVERSION)
|