aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2016-01-06 18:48:40 -0500
committerGlenn Morris2016-01-06 18:48:40 -0500
commitc140eec06bcca28f15b7eb59fdc331d5aa78cf40 (patch)
treebfceae9d579a9ad2139c3fee8d0c8881c195348f
parent8702b8c886591e65ad9ade8729f36f02ca393df0 (diff)
downloademacs-c140eec06bcca28f15b7eb59fdc331d5aa78cf40.tar.gz
emacs-c140eec06bcca28f15b7eb59fdc331d5aa78cf40.zip
; * lisp/Makefile.in: Comment update.
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 5f72e6ce23e..5042c0f2ab9 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -233,7 +233,7 @@ ETAGS = ../lib-src/etags${EXEEXT}
233${ETAGS}: FORCE 233${ETAGS}: FORCE
234 ${MAKE} -C ../lib-src $(notdir $@) 234 ${MAKE} -C ../lib-src $(notdir $@)
235 235
236## The ls | sed | xargs is to stop the command line getting too long 236## The use of xargs is to stop the command line getting too long
237## on MS Windows, when the MSYS Bash passes it to a MinGW compiled 237## on MS Windows, when the MSYS Bash passes it to a MinGW compiled
238## etags. It might be better to use find in a similar way to 238## etags. It might be better to use find in a similar way to
239## compile-main. But maybe this is not even necessary any more now 239## compile-main. But maybe this is not even necessary any more now