* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
[bpt/emacs.git] / nextstep / Makefile.in
index 27ec5d1..8e768f7 100644 (file)
@@ -1,6 +1,6 @@
-### nextstep/Makefile for GNU Emacs
+### @configure_input@
 
-## Copyright (C) 2012 Free Software Foundation, Inc.
+## Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 ## This file is part of GNU Emacs.
 
@@ -20,7 +20,7 @@
 ### Commentary:
 
 ### Code:
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 EXEEXT = @EXEEXT@
@@ -40,6 +40,7 @@ ${ns_appdir}: ${srcdir}/${ns_appsrc} ${ns_appsrc}
        [ `cd ${srcdir} && /bin/pwd` = `/bin/pwd` ] || \
          ( cd ${ns_appsrc} ; tar cfh - . ) | \
            ( cd ${ns_appdir} ; umask 022; tar xf - )
+       touch ${ns_appdir}
 
 ${ns_appbindir}/Emacs: ${ns_appdir} ../src/emacs${EXEEXT}
        ${MKDIR_P} ${ns_appbindir}