diff options
author | Andrew Innes <andrewi@gnu.org> | 1999-03-25 22:56:34 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 1999-03-25 22:56:34 +0000 |
commit | a7976df8196202f98fb8f040e3da91eab9d275ef (patch) | |
tree | a2e8a58d6563500dec6cd579734b3d9b5ec82b83 /src/makefile.nt | |
parent | a5e8ac59ad5fe4400cd96fe863f4b52aadb8e2c6 (diff) | |
download | emacs-a7976df8196202f98fb8f040e3da91eab9d275ef.tar.gz |
(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) # # Headers we would preprocess if we could. # -PREPARED_HEADERS = config.h paths.h +PREPARED_HEADERS = config.h epaths.h config.h: ..\nt\$(CONFIG_H) $(CP) $** $@ -paths.h: ..\nt\paths.h +epaths.h: ..\nt\paths.h $(CP) $** $@ # @@ -263,7 +263,7 @@ install: all # Maintenance # clean:; - $(DEL) *~ s\*~ - - $(DEL) *.pdb config.h paths.h + - $(DEL) *.pdb config.h epaths.h - $(DEL) *.orig *.rej *.crlf - $(DEL) s\*.orig s\*.rej s\*.crlf - $(DEL_TREE) deleted @@ -557,7 +557,7 @@ $(BLD)\filelock.obj : \ $(EMACS_ROOT)\nt\inc\pwd.h \ $(EMACS_ROOT)\nt\inc\sys\file.h \ $(SRC)\lisp.h \ - $(EMACS_ROOT)\src\paths.h \ + $(EMACS_ROOT)\src\epaths.h \ $(SRC)\buffer.h \ $(SRC)\vmsdir.h \ $(SRC)\ndir.h @@ -733,7 +733,7 @@ $(BLD)\lread.obj : \ $(EMACS_ROOT)\nt\inc\sys\file.h \ $(SRC)\lisp.h \ $(SRC)\buffer.h \ - $(EMACS_ROOT)\src\paths.h \ + $(EMACS_ROOT)\src\epaths.h \ $(SRC)\commands.h \ $(SRC)\keyboard.h \ $(SRC)\termhooks.h \ @@ -1124,7 +1124,7 @@ $(BLD)\w32fns.obj: \ $(SRC)\dispextern.h \ $(SRC)\keyboard.h \ $(SRC)\blockinput.h \ - $(SRC)\paths.h \ + $(SRC)\epaths.h \ $(SRC)\w32heap.h \ $(SRC)\termhooks.h |