diff options
| author | Andrew Innes | 1999-03-25 22:56:34 +0000 |
|---|---|---|
| committer | Andrew Innes | 1999-03-25 22:56:34 +0000 |
| commit | a7976df8196202f98fb8f040e3da91eab9d275ef (patch) | |
| tree | a2e8a58d6563500dec6cd579734b3d9b5ec82b83 /src/makefile.nt | |
| parent | a5e8ac59ad5fe4400cd96fe863f4b52aadb8e2c6 (diff) | |
| download | emacs-a7976df8196202f98fb8f040e3da91eab9d275ef.tar.gz emacs-a7976df8196202f98fb8f040e3da91eab9d275ef.zip | |
(PREPARED_HEADERS): Change name of paths.h to epaths.h.
(epaths.h): Renamed from paths.h.
(clean):
($(BLD)\filelock.obj):
($(BLD)\lread.obj):
($(BLD)\w32fns.obj): Renamed paths.h to epaths.h.
Diffstat (limited to 'src/makefile.nt')
| -rw-r--r-- | src/makefile.nt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index b14de87db33..d67c33fff25 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -184,10 +184,10 @@ all: $(BLD) $(EMACS) | |||
| 184 | # | 184 | # |
| 185 | # Headers we would preprocess if we could. | 185 | # Headers we would preprocess if we could. |
| 186 | # | 186 | # |
| 187 | PREPARED_HEADERS = config.h paths.h | 187 | PREPARED_HEADERS = config.h epaths.h |
| 188 | config.h: ..\nt\$(CONFIG_H) | 188 | config.h: ..\nt\$(CONFIG_H) |
| 189 | $(CP) $** $@ | 189 | $(CP) $** $@ |
| 190 | paths.h: ..\nt\paths.h | 190 | epaths.h: ..\nt\paths.h |
| 191 | $(CP) $** $@ | 191 | $(CP) $** $@ |
| 192 | 192 | ||
| 193 | # | 193 | # |
| @@ -263,7 +263,7 @@ install: all | |||
| 263 | # Maintenance | 263 | # Maintenance |
| 264 | # | 264 | # |
| 265 | clean:; - $(DEL) *~ s\*~ | 265 | clean:; - $(DEL) *~ s\*~ |
| 266 | - $(DEL) *.pdb config.h paths.h | 266 | - $(DEL) *.pdb config.h epaths.h |
| 267 | - $(DEL) *.orig *.rej *.crlf | 267 | - $(DEL) *.orig *.rej *.crlf |
| 268 | - $(DEL) s\*.orig s\*.rej s\*.crlf | 268 | - $(DEL) s\*.orig s\*.rej s\*.crlf |
| 269 | - $(DEL_TREE) deleted | 269 | - $(DEL_TREE) deleted |
| @@ -557,7 +557,7 @@ $(BLD)\filelock.obj : \ | |||
| 557 | $(EMACS_ROOT)\nt\inc\pwd.h \ | 557 | $(EMACS_ROOT)\nt\inc\pwd.h \ |
| 558 | $(EMACS_ROOT)\nt\inc\sys\file.h \ | 558 | $(EMACS_ROOT)\nt\inc\sys\file.h \ |
| 559 | $(SRC)\lisp.h \ | 559 | $(SRC)\lisp.h \ |
| 560 | $(EMACS_ROOT)\src\paths.h \ | 560 | $(EMACS_ROOT)\src\epaths.h \ |
| 561 | $(SRC)\buffer.h \ | 561 | $(SRC)\buffer.h \ |
| 562 | $(SRC)\vmsdir.h \ | 562 | $(SRC)\vmsdir.h \ |
| 563 | $(SRC)\ndir.h | 563 | $(SRC)\ndir.h |
| @@ -733,7 +733,7 @@ $(BLD)\lread.obj : \ | |||
| 733 | $(EMACS_ROOT)\nt\inc\sys\file.h \ | 733 | $(EMACS_ROOT)\nt\inc\sys\file.h \ |
| 734 | $(SRC)\lisp.h \ | 734 | $(SRC)\lisp.h \ |
| 735 | $(SRC)\buffer.h \ | 735 | $(SRC)\buffer.h \ |
| 736 | $(EMACS_ROOT)\src\paths.h \ | 736 | $(EMACS_ROOT)\src\epaths.h \ |
| 737 | $(SRC)\commands.h \ | 737 | $(SRC)\commands.h \ |
| 738 | $(SRC)\keyboard.h \ | 738 | $(SRC)\keyboard.h \ |
| 739 | $(SRC)\termhooks.h \ | 739 | $(SRC)\termhooks.h \ |
| @@ -1124,7 +1124,7 @@ $(BLD)\w32fns.obj: \ | |||
| 1124 | $(SRC)\dispextern.h \ | 1124 | $(SRC)\dispextern.h \ |
| 1125 | $(SRC)\keyboard.h \ | 1125 | $(SRC)\keyboard.h \ |
| 1126 | $(SRC)\blockinput.h \ | 1126 | $(SRC)\blockinput.h \ |
| 1127 | $(SRC)\paths.h \ | 1127 | $(SRC)\epaths.h \ |
| 1128 | $(SRC)\w32heap.h \ | 1128 | $(SRC)\w32heap.h \ |
| 1129 | $(SRC)\termhooks.h | 1129 | $(SRC)\termhooks.h |
| 1130 | 1130 | ||