Menu

#171 tools/editors/emacs/tests/Makefile: bogus shebang

closed-invalid
emacs mode (15)
5
2011-08-22
2011-08-22
U
No

tools/editors/emacs/tests/Makefile has the following shebang:
#!/usr/bin/env make

However, this doesn't quite work:
$ cd tools/editors/emacs/tests/
$ chmod +x Makefile
$ ./Makefile
make: Nothing to be done for `Makefile'.

I propose to remove the shebang completely.

Discussion

  • Stefan Merten

    Stefan Merten - 2011-08-22

    Of course it works. The message of `make` is a clear indication for that.

    May be you meant to say `./Makefile tests`.

     
  • Stefan Merten

    Stefan Merten - 2011-08-22
    • labels: --> emacs mode
    • assigned_to: nobody --> smerten
    • status: open --> closed-invalid
     

Log in to post a comment.