Merge from emacs-24; up to 2012-12-29T06:14:00Z!cyd@gnu.org
[bpt/emacs.git] / nextstep / Makefile.in
index 27ec5d1..cd22682 100644 (file)
@@ -1,6 +1,6 @@
 ### nextstep/Makefile for GNU Emacs
 
-## Copyright (C) 2012 Free Software Foundation, Inc.
+## Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 ## This file is part of GNU Emacs.
 
@@ -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}