Skip to content
  • Martin Müller's avatar
    unix/Makefile: Make install more compatible (BSD, etc.). · 31fc81d3
    Martin Müller authored
    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.
    31fc81d3