diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-10-05 19:17:15 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-10-05 19:17:15 +0000 |
commit | 3b5f5706bda144591957f8b8457c279691affa8b (patch) | |
tree | 8fa3e547150b8e761e900260cc5641c2394d9fed /Makefile.am | |
parent | d826bbf1b896e5622e0335fb8689b5516ff31871 (diff) | |
download | fetchmail-3b5f5706bda144591957f8b8457c279691affa8b.tar.gz fetchmail-3b5f5706bda144591957f8b8457c279691affa8b.tar.bz2 fetchmail-3b5f5706bda144591957f8b8457c279691affa8b.zip |
Work around screwed Solaris /bin/sh and go for XPG shells.
svn path=/branches/BRANCH_6-3/; revision=5436
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 54085387..ad0e369f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ DEPENDENCIES= libfm.a $(LIBOBJS) check_PROGRAMS= TESTS= t.smoke t.validate-xhtml -TESTS_ENVIRONMENT= srcdir="$(srcdir)" LC_ALL=C TZ=UTC SHELL="$(SHELL)" +TESTS_ENVIRONMENT= srcdir="$(srcdir)" LC_ALL=C TZ=UTC SHELL="$(SHELL)" $(SHELL) if NEED_TRIO noinst_LIBRARIES+= libtrio.a @@ -116,8 +116,6 @@ netrc_CFLAGS= -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir) mxget_SOURCES= mxget.c mxget_CFLAGS= -DSTANDALONE -DHAVE_CONFIG_H -I$(builddir) -# For some losing Unix makes. -SHELL = /bin/sh @SET_MAKE@ fetchmail.spec: Makefile.in specgen.sh |