aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-01-23 21:54:51 +0200
committerEli Zaretskii2019-01-23 21:54:51 +0200
commit191394276a4c455edd65e7f827fe8bc8317e8348 (patch)
tree01927f7f1681996a272b8b2f8a0f3d5d604847a0
parentd39a9692d275b2d168fdbfd94b58b15899fe0027 (diff)
downloademacs-191394276a4c455edd65e7f827fe8bc8317e8348.tar.gz
emacs-191394276a4c455edd65e7f827fe8bc8317e8348.zip
; * src/Makefile.in: Fix wording of comment in last change.
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 48552908e4f..7eb58732672 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -521,7 +521,7 @@ LIBES = $(LIBS) $(W32_LIBS) $(LIBS_GNUSTEP) $(LIBX_BASE) $(LIBIMAGE) \
521 $(NOTIFY_LIBS) $(LIB_MATH) $(LIBZ) $(LIBMODULES) $(LIBSYSTEMD_LIBS) \ 521 $(NOTIFY_LIBS) $(LIB_MATH) $(LIBZ) $(LIBMODULES) $(LIBSYSTEMD_LIBS) \
522 $(JSON_LIBS) $(GMP_LIB) 522 $(JSON_LIBS) $(GMP_LIB)
523 523
524## FORCE it so that admin/unidata can decide whether these files are 524## FORCE it so that admin/unidata can decide whether this file is
525## up-to-date. Although since charprop depends on bootstrap-emacs, 525## up-to-date. Although since charprop depends on bootstrap-emacs,
526## and emacs depends on charprop, in practice this rule was always run 526## and emacs depends on charprop, in practice this rule was always run
527## anyway. 527## anyway.