* lib-src/makefile.w32-in (obj): Add profiler.o.
* src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
+2012-09-26 Juanma Barranquero <lekktu@gmail.com>
+
+ * makefile.w32-in (obj): Add profiler.o.
+
2012-09-17 Glenn Morris <rgm@gnu.org>
* ebrowse.c (version):
process.o callproc.o unexw32.o \
region-cache.o sound.o atimer.o \
doprnt.o intervals.o textprop.o composite.o \
- gnutls.o xml.o
+ gnutls.o xml.o profiler.o
#
# These are the lisp files that are loaded up in loadup.el
+2012-09-26 Juanma Barranquero <lekktu@gmail.com>
+
+ * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
+
2012-09-26 Paul Eggert <eggert@cs.ucla.edu>
* character.h (MAYBE_UNIFY_CHAR): Remove.
$(BLD)/profiler.$(O) : \
$(SRC)/profiler.c \
+ $(NT_INC)/sys/time.h \
$(CONFIG_H) \
$(LISP_H)