diff options
| -rw-r--r-- | nextstep/ChangeLog | 4 | ||||
| -rw-r--r-- | nextstep/Makefile.in | 1 |
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 @@ | |||
| 1 | 2013-03-16 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * Makefile.in (${ns_appdir}): Add touch. | ||
| 4 | |||
| 1 | 2012-09-17 Glenn Morris <rgm@gnu.org> | 5 | 2012-09-17 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * templates/Info-gnustep.plist.in, templates/InfoPlist.strings.in: | 7 | * 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} | |||
| 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} |