diff options
| author | Andrew Innes | 2001-02-22 23:23:30 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-02-22 23:23:30 +0000 |
| commit | 0f9f85cc6f48029bd56dbf2a474b88bd29610691 (patch) | |
| tree | b2dc79adfbf965c2b89d25bb21de217e8f8b394d /src | |
| parent | f986cd144e93b7b8e1a6d27f628a79dd1cf9c853 (diff) | |
| download | emacs-0f9f85cc6f48029bd56dbf2a474b88bd29610691.tar.gz emacs-0f9f85cc6f48029bd56dbf2a474b88bd29610691.zip | |
($(BLD)/dired.$(O)): Remove reference to VMS
header files.
($(BLD)/dispnew.$(O)):
($(BLD)/editfns.$(O)):
($(BLD)/fileio.$(O)):
($(BLD)/filelock.$(O)):
($(BLD)/keyboard.$(O)):
($(BLD)/w32proc.$(O)):
($(BLD)/process.$(O)):
($(BLD)/sysdep.$(O)): Ditto.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 9ab32fe3036..b89218c3443 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -406,7 +406,6 @@ $(BLD)/dired.$(O) : \ | |||
| 406 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 406 | $(EMACS_ROOT)/src/s/ms-w32.h \ |
| 407 | $(EMACS_ROOT)/src/m/intel386.h \ | 407 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 408 | $(EMACS_ROOT)/src/config.h \ | 408 | $(EMACS_ROOT)/src/config.h \ |
| 409 | $(SRC)/vmsdir.h \ | ||
| 410 | $(SRC)/ndir.h \ | 409 | $(SRC)/ndir.h \ |
| 411 | $(SRC)/buffer.h \ | 410 | $(SRC)/buffer.h \ |
| 412 | $(SRC)/commands.h \ | 411 | $(SRC)/commands.h \ |
| @@ -436,7 +435,6 @@ $(BLD)/dispnew.$(O) : \ | |||
| 436 | $(SRC)/w32term.h \ | 435 | $(SRC)/w32term.h \ |
| 437 | $(SRC)/w32gui.h \ | 436 | $(SRC)/w32gui.h \ |
| 438 | $(SRC)/xterm.h \ | 437 | $(SRC)/xterm.h \ |
| 439 | $(SRC)/vmstime.h \ | ||
| 440 | $(SRC)/systime.h | 438 | $(SRC)/systime.h |
| 441 | 439 | ||
| 442 | $(BLD)/doc.$(O) : \ | 440 | $(BLD)/doc.$(O) : \ |
| @@ -472,7 +470,6 @@ $(BLD)/editfns.$(O) : \ | |||
| 472 | $(EMACS_ROOT)/src/m/intel386.h \ | 470 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 473 | $(EMACS_ROOT)/src/config.h \ | 471 | $(EMACS_ROOT)/src/config.h \ |
| 474 | $(SRC)/uaf.h \ | 472 | $(SRC)/uaf.h \ |
| 475 | $(SRC)/vms-pwd.h \ | ||
| 476 | $(EMACS_ROOT)/nt/inc/pwd.h \ | 473 | $(EMACS_ROOT)/nt/inc/pwd.h \ |
| 477 | $(SRC)/dispextern.h \ | 474 | $(SRC)/dispextern.h \ |
| 478 | $(SRC)/w32gui.h \ | 475 | $(SRC)/w32gui.h \ |
| @@ -480,7 +477,6 @@ $(BLD)/editfns.$(O) : \ | |||
| 480 | $(SRC)/composite.h \ | 477 | $(SRC)/composite.h \ |
| 481 | $(SRC)/buffer.h \ | 478 | $(SRC)/buffer.h \ |
| 482 | $(SRC)/window.h \ | 479 | $(SRC)/window.h \ |
| 483 | $(SRC)/vmstime.h \ | ||
| 484 | $(SRC)/systime.h | 480 | $(SRC)/systime.h |
| 485 | 481 | ||
| 486 | $(BLD)/emacs.$(O) : \ | 482 | $(BLD)/emacs.$(O) : \ |
| @@ -514,11 +510,9 @@ $(BLD)/fileio.$(O) : \ | |||
| 514 | $(EMACS_ROOT)/src/m/intel386.h \ | 510 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 515 | $(EMACS_ROOT)/src/config.h \ | 511 | $(EMACS_ROOT)/src/config.h \ |
| 516 | $(SRC)/uaf.h \ | 512 | $(SRC)/uaf.h \ |
| 517 | $(SRC)/vms-pwd.h \ | ||
| 518 | $(EMACS_ROOT)/nt/inc/pwd.h \ | 513 | $(EMACS_ROOT)/nt/inc/pwd.h \ |
| 519 | $(SRC)/msdos.h \ | 514 | $(SRC)/msdos.h \ |
| 520 | $(EMACS_ROOT)/nt/inc/sys/param.h \ | 515 | $(EMACS_ROOT)/nt/inc/sys/param.h \ |
| 521 | $(SRC)/vmsdir.h \ | ||
| 522 | $(SRC)/dispextern.h \ | 516 | $(SRC)/dispextern.h \ |
| 523 | $(SRC)/w32gui.h \ | 517 | $(SRC)/w32gui.h \ |
| 524 | $(SRC)/intervals.h \ | 518 | $(SRC)/intervals.h \ |
| @@ -526,7 +520,6 @@ $(BLD)/fileio.$(O) : \ | |||
| 526 | $(SRC)/buffer.h \ | 520 | $(SRC)/buffer.h \ |
| 527 | $(SRC)/window.h \ | 521 | $(SRC)/window.h \ |
| 528 | $(EMACS_ROOT)/nt/inc/sys/file.h \ | 522 | $(EMACS_ROOT)/nt/inc/sys/file.h \ |
| 529 | $(SRC)/vmstime.h \ | ||
| 530 | $(SRC)/systime.h | 523 | $(SRC)/systime.h |
| 531 | 524 | ||
| 532 | $(BLD)/filelock.$(O) : \ | 525 | $(BLD)/filelock.$(O) : \ |
| @@ -535,12 +528,10 @@ $(BLD)/filelock.$(O) : \ | |||
| 535 | $(EMACS_ROOT)/src/m/intel386.h \ | 528 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 536 | $(EMACS_ROOT)/src/config.h \ | 529 | $(EMACS_ROOT)/src/config.h \ |
| 537 | $(SRC)/uaf.h \ | 530 | $(SRC)/uaf.h \ |
| 538 | $(SRC)/vms-pwd.h \ | ||
| 539 | $(EMACS_ROOT)/nt/inc/pwd.h \ | 531 | $(EMACS_ROOT)/nt/inc/pwd.h \ |
| 540 | $(EMACS_ROOT)/nt/inc/sys/file.h \ | 532 | $(EMACS_ROOT)/nt/inc/sys/file.h \ |
| 541 | $(EMACS_ROOT)/src/epaths.h \ | 533 | $(EMACS_ROOT)/src/epaths.h \ |
| 542 | $(SRC)/buffer.h \ | 534 | $(SRC)/buffer.h \ |
| 543 | $(SRC)/vmsdir.h \ | ||
| 544 | $(SRC)/ndir.h | 535 | $(SRC)/ndir.h |
| 545 | 536 | ||
| 546 | $(BLD)/filemode.$(O) : \ | 537 | $(BLD)/filemode.$(O) : \ |
| @@ -688,7 +679,6 @@ $(BLD)/keyboard.$(O) : \ | |||
| 688 | $(SRC)/w32term.h \ | 679 | $(SRC)/w32term.h \ |
| 689 | $(SRC)/w32gui.h \ | 680 | $(SRC)/w32gui.h \ |
| 690 | $(SRC)/xterm.h \ | 681 | $(SRC)/xterm.h \ |
| 691 | $(SRC)/vmstime.h \ | ||
| 692 | $(SRC)/systime.h \ | 682 | $(SRC)/systime.h \ |
| 693 | $(SRC)/atimer.h | 683 | $(SRC)/atimer.h |
| 694 | 684 | ||
| @@ -798,7 +788,6 @@ $(BLD)/w32proc.$(O) : \ | |||
| 798 | $(SRC)/config.h \ | 788 | $(SRC)/config.h \ |
| 799 | $(SRC)/w32.h \ | 789 | $(SRC)/w32.h \ |
| 800 | $(SRC)/w32heap.h \ | 790 | $(SRC)/w32heap.h \ |
| 801 | $(SRC)/vmstime.h \ | ||
| 802 | $(SRC)/systime.h | 791 | $(SRC)/systime.h |
| 803 | 792 | ||
| 804 | $(BLD)/w32console.$(O) : \ | 793 | $(BLD)/w32console.$(O) : \ |
| @@ -844,9 +833,7 @@ $(BLD)/process.$(O) : \ | |||
| 844 | $(SRC)/commands.h \ | 833 | $(SRC)/commands.h \ |
| 845 | $(SRC)/frame.h \ | 834 | $(SRC)/frame.h \ |
| 846 | $(SRC)/syssignal.h \ | 835 | $(SRC)/syssignal.h \ |
| 847 | $(SRC)/vmsproc.h \ | ||
| 848 | $(SRC)/syswait.h \ | 836 | $(SRC)/syswait.h \ |
| 849 | $(SRC)/vmstime.h \ | ||
| 850 | $(SRC)/systime.h \ | 837 | $(SRC)/systime.h \ |
| 851 | $(SRC)/termopts.h \ | 838 | $(SRC)/termopts.h \ |
| 852 | $(SRC)/composite.h \ | 839 | $(SRC)/composite.h \ |
| @@ -935,7 +922,6 @@ $(BLD)/sysdep.$(O) : \ | |||
| 935 | $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ | 922 | $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ |
| 936 | $(EMACS_ROOT)/nt/inc/sys/file.h \ | 923 | $(EMACS_ROOT)/nt/inc/sys/file.h \ |
| 937 | $(SRC)/systty.h \ | 924 | $(SRC)/systty.h \ |
| 938 | $(SRC)/vmsproc.h \ | ||
| 939 | $(SRC)/syswait.h \ | 925 | $(SRC)/syswait.h \ |
| 940 | $(SRC)/frame.h \ | 926 | $(SRC)/frame.h \ |
| 941 | $(SRC)/window.h \ | 927 | $(SRC)/window.h \ |
| @@ -945,13 +931,10 @@ $(BLD)/sysdep.$(O) : \ | |||
| 945 | $(SRC)/dispextern.h \ | 931 | $(SRC)/dispextern.h \ |
| 946 | $(SRC)/w32gui.h \ | 932 | $(SRC)/w32gui.h \ |
| 947 | $(SRC)/process.h \ | 933 | $(SRC)/process.h \ |
| 948 | $(SRC)/vmsdir.h \ | ||
| 949 | $(SRC)/ndir.h \ | 934 | $(SRC)/ndir.h \ |
| 950 | $(SRC)/syssignal.h \ | 935 | $(SRC)/syssignal.h \ |
| 951 | $(SRC)/vmstime.h \ | ||
| 952 | $(SRC)/systime.h \ | 936 | $(SRC)/systime.h \ |
| 953 | $(SRC)/uaf.h \ | 937 | $(SRC)/uaf.h \ |
| 954 | $(SRC)/vms-pwd.h \ | ||
| 955 | $(EMACS_ROOT)/src/acldef.h \ | 938 | $(EMACS_ROOT)/src/acldef.h \ |
| 956 | $(EMACS_ROOT)/src/chpdef.h | 939 | $(EMACS_ROOT)/src/chpdef.h |
| 957 | 940 | ||