(SHELL): Make sure /bin/sh is used.
authorEli Zaretskii <eliz@gnu.org>
Thu, 15 Jun 2000 16:10:25 +0000 (16:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 15 Jun 2000 16:10:25 +0000 (16:10 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 22dae1d..ea74560 100644 (file)
@@ -1,5 +1,7 @@
 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * Makefile.in (SHELL): Make sure /bin/sh is used.
+
        * woman.el (woman-man-buffer): Fix bold and underlined CJK
        characters, which use series of two ^H characters instead of one.
 
index 0d92b90..3520ea6 100644 (file)
@@ -2,6 +2,8 @@
 # Maintenance productions for the Lisp directory
 #
 
+SHELL = /bin/sh
+
 lisp=@srcdir@
 VPATH=@srcdir@