* Makefile.in (${ns_appdir}): Add touch to avoid removal with equal timestamps.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 16 Mar 2013 12:58:47 +0000 (13:58 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 16 Mar 2013 12:58:47 +0000 (13:58 +0100)
nextstep/ChangeLog
nextstep/Makefile.in

index c16d7be..9095802 100644 (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:
index 187a317..cd22682 100644 (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}