emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108190: src/makefile.w32-in: Upda


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108190: src/makefile.w32-in: Update dependencies.
Date: Fri, 02 Nov 2012 01:46:02 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108190
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Thu 2012-05-10 16:34:43 +0200
message:
  src/makefile.w32-in: Update dependencies.
modified:
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-05-10 05:27:24 +0000
+++ b/src/ChangeLog     2012-05-10 14:34:43 +0000
@@ -1,3 +1,8 @@
+2012-05-10  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/gmalloc.$(O), $(BLD)/w32menu.$(O)):
+       Update dependencies.
+
 2012-05-10  Paul Eggert  <address@hidden>
 
        * xgselect.c (xg_select): Put maxfds+1 into a var.

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-04-07 21:32:59 +0000
+++ b/src/makefile.w32-in       2012-05-10 14:34:43 +0000
@@ -930,7 +930,7 @@
 
 $(BLD)/gmalloc.$(O) : \
        $(SRC)/gmalloc.c \
-       $(SRC)/getpagesize.h \
+       $(NT_INC)/stdint.h \
        $(NT_INC)/unistd.h \
        $(CONFIG_H)
 
@@ -1514,6 +1514,7 @@
        $(SRC)/w32menu.c \
        $(SRC)/buffer.h \
        $(SRC)/keymap.h \
+       $(SRC)/w32heap.h \
        $(BLOCKINPUT_H) \
        $(CHARSET_H) \
        $(CODING_H) \


reply via email to

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