- missing SHELL fixes

This commit is contained in:
Volker Ruppert 2012-07-14 07:13:56 +00:00
parent 6edd2ba547
commit 61292eb45b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ VPATH = @srcdir@
top_builddir = ../..
top_srcdir = @top_srcdir@
SHELL = /bin/sh
SHELL = @SHELL@
@SET_MAKE@

View File

@ -80,7 +80,7 @@ diff -urN ../bochs/user-plugin/Makefile.in ./user-plugin/Makefile.in
+top_builddir = ..
+top_srcdir = @top_srcdir@
+
+SHELL = /bin/sh
+SHELL = @SHELL@
+
+@SET_MAKE@
+