Remove some cruft from lib-src/makefile.w32-in

* lib-src/makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O)):
($(BLD)/make-path.$(O), $(BLD)/qsort.$(O)):
($(BLD)/timer.$(O)): Remove; unused.
This commit is contained in:
Glenn Morris 2012-06-05 13:56:38 -04:00
parent daed40034f
commit b3c659a1b4
2 changed files with 6 additions and 20 deletions

View 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.

View 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.
#