emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110245: src/makefile.w32-in ($(BLD)/


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110245: src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
Date: Sat, 29 Sep 2012 19:07:01 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110245
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-29 19:07:01 +0200
message:
  src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-09-29 02:02:34 +0000
+++ b/src/ChangeLog     2012-09-29 17:07:01 +0000
@@ -1,3 +1,7 @@
+2012-09-29  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
+
 2012-09-29  Stefan Monnier  <address@hidden>
 
        * lisp.h (struct backtrace): Remove indirection for `function' field.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-09-26 22:04:10 +0000
+++ b/src/makefile.w32-in       2012-09-29 17:07:01 +0000
@@ -978,7 +978,8 @@
        $(SRC)/profiler.c \
        $(NT_INC)/sys/time.h \
        $(CONFIG_H) \
-       $(LISP_H)
+       $(LISP_H) \
+       $(SYSSIGNAL_H)
 
 $(BLD)/image.$(O) : \
        $(SRC)/image.c \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]