aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-04-16 23:02:38 -0700
committerPaul Eggert2014-04-16 23:02:38 -0700
commit8ac457d5edccc6cb72be90f1d8efc7389d1c824c (patch)
treeb1c15bd5c25aff9f7e44d178e335fd24a9f858b8 /ChangeLog
parente51c8d91c2099e993b119447be4f7a859c5bb35e (diff)
downloademacs-8ac457d5edccc6cb72be90f1d8efc7389d1c824c.tar.gz
emacs-8ac457d5edccc6cb72be90f1d8efc7389d1c824c.zip
* Makefile.in (force-info): Remove.
All uses removed. This hack is no longer needed here now that we can assume GNU Make's .PHONY feature works. (bootstrap): No need to make 'info', since 'all' now implies 'info'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a419cba153b..c145829152f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
12014-04-17 Paul Eggert <eggert@cs.ucla.edu> 12014-04-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * Makefile.in (FRC): Remove. 3 * Makefile.in (FRC, force-info): Remove.
4 All uses removed. This hack is no longer needed here 4 All uses removed. This hack is no longer needed here
5 now that we can assume GNU Make's .PHONY feature works. 5 now that we can assume GNU Make's .PHONY feature works.
6 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
6 7
72014-04-16 Eli Zaretskii <eliz@gnu.org> 82014-04-16 Eli Zaretskii <eliz@gnu.org>
8 9