Merge branch 'makefile-busybox' into 'master'

Make the makefile compatible with Busybox

See merge request mer-core/mce-dev!13
This commit is contained in:
pvuorela
2020-04-02 14:02:15 +00:00

View File

@@ -34,8 +34,8 @@ DESTDIR ?= /tmp/test-mce-dev
PCDIR := /usr/lib/pkgconfig
INCLUDEDIR := /usr/include/mce
INSTALL_DIR := install --mode=755 --directory
INSTALL_DATA := install --mode=644
INSTALL_DIR := install -m 755 -d
INSTALL_DATA := install -m 644
# ----------------------------------------------------------------------------