From 9e70122a1d357f93fe9ea6c5d3f59cd29d4a1582 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Fri, 10 Aug 2001 13:53:58 +0000 Subject: [PATCH] Make sure SHELL is properly set from the configure script. This closes SF bug #448560. --- expat/xmlwf/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expat/xmlwf/Makefile.in b/expat/xmlwf/Makefile.in index fa002355..9e4bc15e 100644 --- a/expat/xmlwf/Makefile.in +++ b/expat/xmlwf/Makefile.in @@ -18,6 +18,8 @@ # SOFTWARE OR THE USE OR OTHER DEALINGS IN EXPAT. # +SHELL = @SHELL@ + bindir = @bindir@ LIBDIR= ../lib/.libs