emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/makefile.w32-in,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/makefile.w32-in,v
Date: Sun, 03 Feb 2008 21:33:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/02/03 21:33:25

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/src/makefile.w32-in,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- makefile.w32-in     2 Feb 2008 21:16:39 -0000       1.60
+++ makefile.w32-in     3 Feb 2008 21:33:25 -0000       1.61
@@ -122,6 +122,7 @@
        $(BLD)/coding.$(O)                      \
        $(BLD)/category.$(O)                    \
        $(BLD)/ccl.$(O)                         \
+       $(BLD)/font.$(O)                        \
        $(BLD)/fontset.$(O)                     \
        $(BLD)/fringe.$(O)                      \
        $(BLD)/image.$(O)                       \
@@ -139,8 +140,7 @@
 
 FONTOBJ =
 ifdef USE_FONTBACKEND
-FONTOBJ = $(BLD)/font.$(O) \
-         $(BLD)/w32font.$(O)
+FONTOBJ = $(BLD)/w32font.$(O)
 endif
 
 LIBS =  $(TLIB0)       \




reply via email to

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