From 3b5f5706bda144591957f8b8457c279691affa8b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 5 Oct 2009 19:17:15 +0000 Subject: Work around screwed Solaris /bin/sh and go for XPG shells. svn path=/branches/BRANCH_6-3/; revision=5436 --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3