emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110281: src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
Date: Sun, 30 Sep 2012 14:27:58 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110281
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-30 14:27:58 +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-30 09:18:38 +0000
+++ b/src/ChangeLog     2012-09-30 12:27:58 +0000
@@ -1,3 +1,7 @@
+2012-09-30  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
+
 2012-09-30  Chong Yidong  <address@hidden>
 
        * fns.c (Frandom): Doc fix.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-09-29 17:07:01 +0000
+++ b/src/makefile.w32-in       2012-09-30 12:27:58 +0000
@@ -976,10 +976,10 @@
 
 $(BLD)/profiler.$(O) : \
        $(SRC)/profiler.c \
-       $(NT_INC)/sys/time.h \
        $(CONFIG_H) \
        $(LISP_H) \
-       $(SYSSIGNAL_H)
+       $(SYSSIGNAL_H) \
+       $(SYSTIME_H)
 
 $(BLD)/image.$(O) : \
        $(SRC)/image.c \


reply via email to

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