aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris2012-06-05 13:56:38 -0400
committerGlenn Morris2012-06-05 13:56:38 -0400
commitb3c659a1b49a452462952254d48bb06f1c1eaa39 (patch)
treed6388015d37d0546c67cbbe382d5d0d761c67056 /lib-src
parentdaed40034fe28d41255f15cf509cdafe175f96c7 (diff)
downloademacs-b3c659a1b49a452462952254d48bb06f1c1eaa39.tar.gz
emacs-b3c659a1b49a452462952254d48bb06f1c1eaa39.zip
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.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lib-src/makefile.w32-in20
2 files changed, 6 insertions, 20 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 5a5a04a770e..9565be361d7 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12012-06-05 Glenn Morris <rgm@gnu.org>
2
3 * makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O)):
4 ($(BLD)/make-path.$(O), $(BLD)/qsort.$(O)):
5 ($(BLD)/timer.$(O)): Remove cruft.
6
12012-06-03 Glenn Morris <rgm@gnu.org> 72012-06-03 Glenn Morris <rgm@gnu.org>
2 8
3 * rcs-checkin: Remove file. 9 * rcs-checkin: Remove file.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index b727288351a..fea1d29592e 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -387,25 +387,13 @@ $(BLD)/etags.$(O) : \
387 $(SRC)/ntlib.h \ 387 $(SRC)/ntlib.h \
388 $(EMACS_ROOT)/lib/getopt.h 388 $(EMACS_ROOT)/lib/getopt.h
389 389
390$(BLD)/getdate.$(O) : \
391 $(SRC)/getdate.c \
392 $(EMACS_ROOT)/src/s/ms-w32.h \
393 $(EMACS_ROOT)/src/config.h \
394 $(MSTOOLS_SYS)/types.h
395
396$(BLD)/hexl.$(O) : \ 390$(BLD)/hexl.$(O) : \
397 $(SRC)/hexl.c 391 $(SRC)/hexl.c
398 392
399$(BLD)/leditcfns.$(O) : \
400 $(SRC)/leditcfns.c
401
402$(BLD)/make-docfile.$(O) : \ 393$(BLD)/make-docfile.$(O) : \
403 $(SRC)/make-docfile.c \ 394 $(SRC)/make-docfile.c \
404 $(EMACS_ROOT)/src/config.h 395 $(EMACS_ROOT)/src/config.h
405 396
406$(BLD)/make-path.$(O) : \
407 $(SRC)/make-path.c
408
409$(BLD)/movemail.$(O) : \ 397$(BLD)/movemail.$(O) : \
410 $(SRC)/movemail.c \ 398 $(SRC)/movemail.c \
411 $(EMACS_ROOT)/src/s/ms-w32.h \ 399 $(EMACS_ROOT)/src/s/ms-w32.h \
@@ -435,20 +423,12 @@ $(BLD)/profile.$(O) : \
435 $(EMACS_ROOT)/lib-src/../src/config.h \ 423 $(EMACS_ROOT)/lib-src/../src/config.h \
436 $(EMACS_ROOT)/lib-src/../src/systime.h 424 $(EMACS_ROOT)/lib-src/../src/systime.h
437 425
438$(BLD)/qsort.$(O) : \
439 $(SRC)/qsort.c
440
441$(BLD)/tcp.$(O) : \ 426$(BLD)/tcp.$(O) : \
442 $(SRC)/tcp.c 427 $(SRC)/tcp.c
443 428
444$(BLD)/test-distrib.$(O) : \ 429$(BLD)/test-distrib.$(O) : \
445 $(SRC)/test-distrib.c 430 $(SRC)/test-distrib.c
446 431
447$(BLD)/timer.$(O) : \
448 $(SRC)/timer.c \
449 $(EMACS_ROOT)/src/s/ms-w32.h \
450 $(EMACS_ROOT)/lib-src/../src/config.h
451
452# The following dependencies are for supporting parallel builds, where 432# The following dependencies are for supporting parallel builds, where
453# we must make sure $(BLD) exists before any compilation starts. 433# we must make sure $(BLD) exists before any compilation starts.
454# 434#