2009-06-11 Pavel Roskin <proski@gnu.org>

* Makefile.in: Don't rely on any scripts being executable.
	Always use $(SHELL) to run shell scripts.
This commit is contained in:
proski 2009-06-11 21:00:57 +00:00
parent 7d83bd47b7
commit c1cb63ba4e
2 changed files with 20 additions and 17 deletions

View file

@ -1,5 +1,8 @@
2009-06-11 Pavel Roskin <proski@gnu.org>
* Makefile.in: Don't rely on any scripts being executable.
Always use $(SHELL) to run shell scripts.
* configure.ac: Always define ___main if using -nostdlib. This
fixes tests on Cygwin.