1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

* makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.

Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
This commit is contained in:
Juanma Barranquero 2008-10-29 13:09:57 +00:00
parent 19423c532d
commit f8baa6395e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-10-29 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.
Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
2008-10-29 Ulrich Mueller <ulm@gentoo.org>
* emacsclient.c (set_local_socket): Use TMPDIR (default /tmp)

View File

@ -489,7 +489,7 @@ $(BLD)/sorted-doc.$(O) : \
$(SRC)/sorted-doc.c \
$(EMACS_ROOT)/src/s/ms-w32.h \
$(EMACS_ROOT)/src/m/intel386.h \
$(EMACS_ROOT)/src/config.h \
$(EMACS_ROOT)/src/config.h
$(BLD)/tcp.$(O) : \
$(SRC)/tcp.c