aboutsummaryrefslogtreecommitdiffstats
path: root/nextstep
diff options
context:
space:
mode:
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/ChangeLog5
-rw-r--r--nextstep/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 42086ec1007..7d3cceba205 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,8 @@
12013-10-23 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (${ns_check_file} ${ns_appdir}):
4 Quote entities that might contain whitespace.
5
12013-09-02 Jan Djärv <jan.h.d@swipnet.se> 62013-09-02 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * Makefile.in (${ns_check_file}): Add so Emacs.app gets properly 8 * Makefile.in (${ns_check_file}): Add so Emacs.app gets properly
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index 3d80ddb7ad2..b5377232e31 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -38,7 +38,7 @@ ${ns_check_file} ${ns_appdir}: ${srcdir}/${ns_appsrc} ${ns_appsrc}
38 ${MKDIR_P} ${ns_appdir} 38 ${MKDIR_P} ${ns_appdir}
39 ( cd ${srcdir}/${ns_appsrc} ; tar cfh - . ) | \ 39 ( cd ${srcdir}/${ns_appsrc} ; tar cfh - . ) | \
40 ( cd ${ns_appdir} ; umask 022; tar xf - ) 40 ( cd ${ns_appdir} ; umask 022; tar xf - )
41 [ `cd ${srcdir} && /bin/pwd` = `/bin/pwd` ] || \ 41 [ "`cd ${srcdir} && /bin/pwd`" = "`/bin/pwd`" ] || \
42 ( cd ${ns_appsrc} ; tar cfh - . ) | \ 42 ( cd ${ns_appsrc} ; tar cfh - . ) | \
43 ( cd ${ns_appdir} ; umask 022; tar xf - ) 43 ( cd ${ns_appdir} ; umask 022; tar xf - )
44 touch ${ns_appdir} 44 touch ${ns_appdir}