]> git.eshelyaron.com Git - emacs.git/commitdiff
(sunfns.obj): Remove.
authorJason Rumney <jasonr@gnu.org>
Tue, 5 Dec 2000 23:05:57 +0000 (23:05 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 5 Dec 2000 23:05:57 +0000 (23:05 +0000)
(md5.obj): Add.
(fns.obj): Depend on md5.h.

src/ChangeLog
src/makefile.nt

index 5c01438c3b51b03eee8c77770dda2d29895d7fcf..da18425bb8bb160f3dbc2fcc7f39731dd283c9bd 100644 (file)
@@ -5,6 +5,12 @@
 
        * md5.c: Delay include of md5.h until after namespace cleaning.
 
+       * makefile.w32-in (fns.o): Depend on md5.h
+       (md5.o): New target.
+       (sunfns.o): Remove.
+
+       * makefile.nt: Likewise.
+
 2000-12-05  Jason Rumney  <jasonr@altavista.net>
 
        * w32term.c (expose_area): Complete last change.
index cd7419f49a07625c488b60bce856722a56c06401..16264d7da851e61777abc07c14e1afa20fad0923 100644 (file)
@@ -116,6 +116,7 @@ OBJ1 =  $(BLD)\abbrev.obj       \
        $(BLD)\lread.obj        \
        $(BLD)\macros.obj       \
        $(BLD)\marker.obj       \
+        $(BLD)\md5.obj          \
        $(BLD)\minibuf.obj      \
        $(BLD)\mocklisp.obj
 
@@ -645,7 +646,8 @@ $(BLD)\fns.obj : \
        $(SRC)\dispextern.h \
        $(SRC)\w32gui.h \
        $(SRC)\intervals.h \
-       $(SRC)\composite.h
+       $(SRC)\composite.h \
+        $(SRC)\md5.h
 
 $(BLD)\frame.obj : \
        $(SRC)\frame.c \
@@ -808,6 +810,10 @@ $(BLD)\marker.obj : \
        $(EMACS_ROOT)\src\config.h \
        $(SRC)\buffer.h
 
+$(BLD)\md5.obj : \
+        $(SRC)\md5.c \
+        $(SRC)\md5.h
+
 $(BLD)\minibuf.obj : \
        $(SRC)\minibuf.c \
        $(EMACS_ROOT)\src\s\ms-w32.h \
@@ -977,15 +983,6 @@ $(BLD)\strftime.obj : \
        $(EMACS_ROOT)\src\m\intel386.h \
        $(EMACS_ROOT)\src\config.h
 
-$(BLD)\sunfns.obj : \
-       $(SRC)\sunfns.c \
-       $(EMACS_ROOT)\src\s\ms-w32.h \
-       $(EMACS_ROOT)\src\m\intel386.h \
-       $(EMACS_ROOT)\src\config.h \
-       $(SRC)\window.h \
-       $(SRC)\buffer.h \
-       $(SRC)\termhooks.h
-
 $(BLD)\syntax.obj : \
        $(SRC)\syntax.c \
        $(EMACS_ROOT)\src\s\ms-w32.h \