# HG changeset patch # User Andrew Innes # Date 922402594 0 # Node ID e422a11cf832175f128e5f96e1c9a8873cf13dae # Parent d519b387b8a906adaa0170100efe1ae9f3ecfa80 (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. diff -r d519b387b8a9 -r e422a11cf832 src/makefile.nt --- a/src/makefile.nt Thu Mar 25 22:54:17 1999 +0000 +++ b/src/makefile.nt Thu Mar 25 22:56:34 1999 +0000 @@ -184,10 +184,10 @@ # # 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 @@ # 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 @@ $(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 @@ $(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 @@ $(SRC)\dispextern.h \ $(SRC)\keyboard.h \ $(SRC)\blockinput.h \ - $(SRC)\paths.h \ + $(SRC)\epaths.h \ $(SRC)\w32heap.h \ $(SRC)\termhooks.h