* lisp/cus-edit.el (custom-save-variables): Pretty-print long values.
[bpt/emacs.git] / nextstep / Makefile.in
index 8efb2b2..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}
@@ -61,7 +62,6 @@ distclean: clean
          GNUstep/Emacs.base/Resources/Emacs.desktop \
          Cocoa/Emacs.base/Contents/Info.plist \
          Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
-       [ `cd ${srcdir} && /bin/pwd` = `/bin/pwd` ] || rm -rf ${ns_appsrc}
 
 maintainer-clean: distclean