src/makefile.w32-in: Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Oct 2012 15:59:49 +0000 (17:59 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 10 Oct 2012 15:59:49 +0000 (17:59 +0200)
src/ChangeLog
src/makefile.w32-in

index 9843349..60a18e5 100644 (file)
@@ -1,3 +1,8 @@
+2012-10-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))
+       ($(BLD)/term.$(O)): Update dependencies.
+
 2012-10-10  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
index 2ff56fb..40a075d 100644 (file)
@@ -735,7 +735,6 @@ $(BLD)/dispnew.$(O) : \
        $(SRC)/disptab.h \
        $(SRC)/indent.h \
        $(SRC)/termchar.h \
-       $(SRC)/termopts.h \
        $(NT_INC)/unistd.h \
        $(BUFFER_H) \
        $(CHARACTER_H) \
@@ -1015,7 +1014,6 @@ $(BLD)/indent.$(O) : \
        $(SRC)/indent.h \
        $(SRC)/region-cache.h \
        $(SRC)/termchar.h \
-       $(SRC)/termopts.h \
        $(BUFFER_H) \
        $(CHARACTER_H) \
        $(CONFIG_H) \
@@ -1412,7 +1410,6 @@ $(BLD)/term.$(O) : \
        $(SRC)/disptab.h \
        $(SRC)/keymap.h \
        $(SRC)/termchar.h \
-       $(SRC)/termopts.h \
        $(SRC)/tparam.h \
        $(NT_INC)/sys/file.h \
        $(NT_INC)/sys/time.h \