diff options
| author | Jan Djärv | 2013-03-16 13:58:47 +0100 |
|---|---|---|
| committer | Jan Djärv | 2013-03-16 13:58:47 +0100 |
| commit | 3f53a2bd1aeabffce2dcbb29cb4e36eb46ca6240 (patch) | |
| tree | 46df319e70f870f72548a098c309262fa3206603 /nextstep/Makefile.in | |
| parent | 53761081f76cf7f6e341658ff9412fb4f41e9a74 (diff) | |
| download | emacs-3f53a2bd1aeabffce2dcbb29cb4e36eb46ca6240.tar.gz emacs-3f53a2bd1aeabffce2dcbb29cb4e36eb46ca6240.zip | |
* Makefile.in (${ns_appdir}): Add touch to avoid removal with equal timestamps.
Diffstat (limited to 'nextstep/Makefile.in')
| -rw-r--r-- | nextstep/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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} | |||
| 40 | [ `cd ${srcdir} && /bin/pwd` = `/bin/pwd` ] || \ | 40 | [ `cd ${srcdir} && /bin/pwd` = `/bin/pwd` ] || \ |
| 41 | ( cd ${ns_appsrc} ; tar cfh - . ) | \ | 41 | ( cd ${ns_appsrc} ; tar cfh - . ) | \ |
| 42 | ( cd ${ns_appdir} ; umask 022; tar xf - ) | 42 | ( cd ${ns_appdir} ; umask 022; tar xf - ) |
| 43 | touch ${ns_appdir} | ||
| 43 | 44 | ||
| 44 | ${ns_appbindir}/Emacs: ${ns_appdir} ../src/emacs${EXEEXT} | 45 | ${ns_appbindir}/Emacs: ${ns_appdir} ../src/emacs${EXEEXT} |
| 45 | ${MKDIR_P} ${ns_appbindir} | 46 | ${MKDIR_P} ${ns_appbindir} |