X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f0398ec17f8a00d6c6d828c3d04522d94337d156..5dbc3244732d3eb33809304f8d887f943cde780d:/nextstep/Makefile.in diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in index cd226821f1..fe570d13ee 100644 --- a/nextstep/Makefile.in +++ b/nextstep/Makefile.in @@ -1,6 +1,6 @@ -### nextstep/Makefile for GNU Emacs +### @configure_input@ -## Copyright (C) 2012-2013 Free Software Foundation, Inc. +## Copyright (C) 2012-2014 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@ @@ -31,18 +31,19 @@ MKDIR_P = @MKDIR_P@ ns_appdir = @ns_appdir@ ns_appbindir = @ns_appbindir@ ns_appsrc = @ns_appsrc@ +ns_check_file = @ns_appdir@/@ns_check_file@ -${ns_appdir}: ${srcdir}/${ns_appsrc} ${ns_appsrc} +${ns_check_file} ${ns_appdir}: ${srcdir}/${ns_appsrc} ${ns_appsrc} rm -rf ${ns_appdir} ${MKDIR_P} ${ns_appdir} ( cd ${srcdir}/${ns_appsrc} ; tar cfh - . ) | \ ( cd ${ns_appdir} ; umask 022; tar xf - ) - [ `cd ${srcdir} && /bin/pwd` = `/bin/pwd` ] || \ + [ "`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} +${ns_appbindir}/Emacs: ${ns_appdir} ${ns_check_file} ../src/emacs${EXEEXT} ${MKDIR_P} ${ns_appbindir} cp -f ../src/emacs${EXEEXT} ${ns_appbindir}/Emacs