summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2013-03-16 13:58:47 +0100
committerJan Djärv <jan.h.d@swipnet.se>2013-03-16 13:58:47 +0100
commit3f53a2bd1aeabffce2dcbb29cb4e36eb46ca6240 (patch)
tree46df319e70f870f72548a098c309262fa3206603 /nextstep
parent53761081f76cf7f6e341658ff9412fb4f41e9a74 (diff)
downloademacs-3f53a2bd1aeabffce2dcbb29cb4e36eb46ca6240.tar.gz
* Makefile.in (${ns_appdir}): Add touch to avoid removal with equal timestamps.
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/ChangeLog4
-rw-r--r--nextstep/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index c16d7bec178..909580296e1 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-16 Jan Djärv <jan.h.d@swipnet.se>
+
+ * Makefile.in (${ns_appdir}): Add touch.
+
2012-09-17 Glenn Morris <rgm@gnu.org>
* templates/Info-gnustep.plist.in, templates/InfoPlist.strings.in:
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index 187a317d6cb..cd226821f18 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -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}