]> git.zerfleddert.de Git - proxmark3-svn/commit
fixed target "help" in Makefile 144/head
authorAndrás Veres-Szentkirályi <vsza@vsza.hu>
Mon, 9 Nov 2015 18:32:50 +0000 (19:32 +0100)
committerAndrás Veres-Szentkirályi <vsza@vsza.hu>
Mon, 9 Nov 2015 18:40:27 +0000 (19:40 +0100)
commit16f54ead2a3c976928d15fcedac486fbfadefa44
tree0080e6950ac933fa317dd29607a9726bafdfb8b9
parent2487dfeb07edb8e08fa4ceadf187bcda87927455
fixed target "help" in Makefile

Without this commit, running `make help` produced the below output.

    $ make help
    Multi-OS Makefile, you are running on Linux
    Possible targets:
    + all - Make bootrom, armsrc and the OS-specific host directory
    + client - Make only the OS-specific host directory
    + flash-bootrom - Make bootrom and flash it
    /bin/sh: 1: Syntax error: "(" unexpected
    Makefile:20: recipe for target 'help' failed
    make: *** [help] Error 2

This issue was introduced in e335ca2846d57f660ab7f4c75b58226cca264e0e
six months ago, the above output was produced on Debian GNU/Linux, where
`/bin/sh` is usually a symbolic link to `/bin/dash`.
Makefile
Impressum, Datenschutz