summaryrefslogtreecommitdiff
path: root/nextstep/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2013-09-02 09:01:53 +0200
committerJan Djärv <jan.h.d@swipnet.se>2013-09-02 09:01:53 +0200
commitde3d0b572de7b7c03ba3a2c4153d89e50f411da9 (patch)
treed00c1e501eedaba5d02211f3933279e26c6fc34c /nextstep/ChangeLog
parent1fccc5306363a88fc3f663e2a149d0251612d3e9 (diff)
downloademacs-de3d0b572de7b7c03ba3a2c4153d89e50f411da9.tar.gz
Fix copying of nextstep/Emacs.app for make -j install
* configure.ac: Add ns_check_file. * nextstep/Makefile.in (${ns_check_file}): Add so Emacs.app gets properly updated when doing parallel make install.
Diffstat (limited to 'nextstep/ChangeLog')
-rw-r--r--nextstep/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 7e5e7b520dd..42086ec1007 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
+
+ * Makefile.in (${ns_check_file}): Add so Emacs.app gets properly
+ updated when doing parallel make install.
+
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,