diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-12-27 13:42:43 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-27 13:42:43 +0000 |
commit | 7e5f4e579bd35cefca9e3725d824a28d2e0cbb2c (patch) | |
tree | e40b2ac036ae54b0902d786909275f2a8336b9bd /nt/makefile.w32-in | |
parent | 3fc0b26e75b8fa5aeaf11dc608b21b8e7fe7af15 (diff) | |
download | emacs-7e5f4e579bd35cefca9e3725d824a28d2e0cbb2c.tar.gz |
Add comment about DOS EOLs in this file.
Diffstat (limited to 'nt/makefile.w32-in')
-rw-r--r-- | nt/makefile.w32-in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 90c1ab90a17..e63df000f08 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -21,6 +21,9 @@ # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
+# FIXME: This file uses DOS EOLs. Convert to Unix after 22.1 is out
+# (and remove or replace this comment).
+
ALL = addpm ddeclient runemacs cmdproxy addsection preprep
.PHONY: $(ALL)
|