Skip to content
Snippets Groups Projects
Commit 31fc81d3 authored by Mot's avatar Mot Committed by Paul Sokolovsky
Browse files

unix/Makefile: Make install more compatible (BSD, etc.).

The current install command uses the flag -D which is specific to the
install command from GNU coreutils, but isn't available for the BSD
version. This solution uses the -d flag which should be commonly
available to create the target directory. Afterwards the target files
are installed to this directory seperately.
parent 193c6222
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment