diff options
author | Miles Bader <miles@gnu.org> | 2003-09-02 19:14:00 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2003-09-02 19:14:00 +0000 |
commit | a2fcf0296f411f5658bfb1445233e8a58ecbc281 (patch) | |
tree | 189957c57a634179fcf59d5004539d7f1c8c2035 /nt/nmake.defs | |
parent | b9e6b4981b4931b2521de67959803f4996ae12ba (diff) | |
download | emacs-a2fcf0296f411f5658bfb1445233e8a58ecbc281.tar.gz |
Fix some DOS line-ending inconsistencies introduced with arch-tag:
Diffstat (limited to 'nt/nmake.defs')
-rw-r--r-- | nt/nmake.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/nmake.defs b/nt/nmake.defs index cbfb411a822..f18b9e06405 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -230,5 +230,5 @@ EXTRA_LINK = -profile .c{$(BLD)}.obj::
$(CC) $(CFLAGS) -Fo$(BLD)\ $<
!ENDIF
- -# arch-tag: fefa49b0-c23c-46c7-9094-cab2a405058e +
+# arch-tag: fefa49b0-c23c-46c7-9094-cab2a405058e
|