From ffb244d199ecd9085f20683be99ea91d81c8a2cd Mon Sep 17 00:00:00 2001 From: fdrake Date: Fri, 10 Aug 2001 13:53:58 +0000 Subject: Make sure SHELL is properly set from the configure script. This closes SF bug #448560. --- xmlwf/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmlwf') diff --git a/xmlwf/Makefile.in b/xmlwf/Makefile.in index fa00235..9e4bc15 100644 --- a/xmlwf/Makefile.in +++ b/xmlwf/Makefile.in @@ -18,6 +18,8 @@ # SOFTWARE OR THE USE OR OTHER DEALINGS IN EXPAT. # +SHELL = @SHELL@ + bindir = @bindir@ LIBDIR= ../lib/.libs -- cgit v1.2.1