Skip to content

Commit

Permalink
Merge branch 'makefile-busybox' into 'master'
Browse files Browse the repository at this point in the history
Make the makefile compatible with Busybox

See merge request mer-core/mce-dev!13
  • Loading branch information
pvuorela committed Apr 2, 2020
2 parents 4156ad4 + 5b816ac commit f803d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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


# ----------------------------------------------------------------------------
Expand Down

0 comments on commit f803d51

Please sign in to comment.