From: Glenn Morris Date: Tue, 5 Jun 2012 17:56:38 +0000 (-0400) Subject: Remove some cruft from lib-src/makefile.w32-in X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/b3c659a1b49a452462952254d48bb06f1c1eaa39 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. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5a5a04a770..9565be361d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2012-06-05 Glenn Morris + + * 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 * rcs-checkin: Remove file. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index b727288351..fea1d29592 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -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. #