* Makefile.in (${ns_appdir}): Add touch to avoid removal with equal timestamps.

This commit is contained in:
Jan Djärv 2013-03-16 13:58:47 +01:00
parent 53761081f7
commit 3f53a2bd1a
2 changed files with 5 additions and 0 deletions

View file

@ -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:

View file

@ -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}