Remove some cruft from lib-src/makefile.w32-in
authorGlenn Morris <rgm@gnu.org>
Tue, 5 Jun 2012 17:56:38 +0000 (13:56 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 5 Jun 2012 17:56:38 +0000 (13:56 -0400)
* lib-src/makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O)):
($(BLD)/make-path.$(O), $(BLD)/qsort.$(O)):
($(BLD)/timer.$(O)): Remove; unused.

lib-src/ChangeLog
lib-src/makefile.w32-in

index 5a5a04a..9565be3 100644 (file)
@@ -1,3 +1,9 @@
+2012-06-05  Glenn Morris  <rgm@gnu.org>
+
+       * makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O)):
+       ($(BLD)/make-path.$(O), $(BLD)/qsort.$(O)):
+       ($(BLD)/timer.$(O)): Remove cruft.
+
 2012-06-03  Glenn Morris  <rgm@gnu.org>
 
        * rcs-checkin: Remove file.
index b727288..fea1d29 100644 (file)
@@ -387,25 +387,13 @@ $(BLD)/etags.$(O) : \
        $(SRC)/ntlib.h \
        $(EMACS_ROOT)/lib/getopt.h
 
-$(BLD)/getdate.$(O) : \
-       $(SRC)/getdate.c \
-       $(EMACS_ROOT)/src/s/ms-w32.h \
-       $(EMACS_ROOT)/src/config.h \
-       $(MSTOOLS_SYS)/types.h
-
 $(BLD)/hexl.$(O) : \
        $(SRC)/hexl.c
 
-$(BLD)/leditcfns.$(O) : \
-       $(SRC)/leditcfns.c
-
 $(BLD)/make-docfile.$(O) : \
        $(SRC)/make-docfile.c \
        $(EMACS_ROOT)/src/config.h
 
-$(BLD)/make-path.$(O) : \
-       $(SRC)/make-path.c
-
 $(BLD)/movemail.$(O) : \
        $(SRC)/movemail.c \
        $(EMACS_ROOT)/src/s/ms-w32.h \
@@ -435,20 +423,12 @@ $(BLD)/profile.$(O) : \
        $(EMACS_ROOT)/lib-src/../src/config.h \
        $(EMACS_ROOT)/lib-src/../src/systime.h
 
-$(BLD)/qsort.$(O) : \
-       $(SRC)/qsort.c
-
 $(BLD)/tcp.$(O) : \
        $(SRC)/tcp.c
 
 $(BLD)/test-distrib.$(O) : \
        $(SRC)/test-distrib.c
 
-$(BLD)/timer.$(O) : \
-       $(SRC)/timer.c \
-       $(EMACS_ROOT)/src/s/ms-w32.h \
-       $(EMACS_ROOT)/lib-src/../src/config.h
-
 # The following dependencies are for supporting parallel builds, where
 # we must make sure $(BLD) exists before any compilation starts.
 #