diff options
| author | Karl Heuer | 1996-07-16 23:21:37 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-16 23:21:37 +0000 |
| commit | fc646c5c578b91313859c8b3d3ef9ae356665012 (patch) | |
| tree | 7c40afc7ade1e06019315aac22dc71cfc65af993 /src/makefile.nt | |
| parent | e3881aa0c7d0fd9b18207c823f6e8389cce385e6 (diff) | |
| download | emacs-fc646c5c578b91313859c8b3d3ef9ae356665012.tar.gz emacs-fc646c5c578b91313859c8b3d3ef9ae356665012.zip | |
(DOC, clean): Use OBJDIR macro.
Diffstat (limited to 'src/makefile.nt')
| -rw-r--r-- | src/makefile.nt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index 9feca95df0c..de3abea1ff6 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -160,7 +160,7 @@ paths.h: ..\nt\paths.h | |||
| 160 | # | 160 | # |
| 161 | # Make sure we have the DOC file in the right place. | 161 | # Make sure we have the DOC file in the right place. |
| 162 | # | 162 | # |
| 163 | DOC = obj\etc\DOC-X | 163 | DOC = $(OBJDIR)\etc\DOC-X |
| 164 | $(DOC):; cd ..\lib-src | 164 | $(DOC):; cd ..\lib-src |
| 165 | - $(DEL) DOC-X | 165 | - $(DEL) DOC-X |
| 166 | $(MAKE) -f makefile.nt all | 166 | $(MAKE) -f makefile.nt all |
| @@ -231,7 +231,7 @@ install: all | |||
| 231 | # | 231 | # |
| 232 | clean:; - $(DEL) *~ *.pdb config.h paths.h | 232 | clean:; - $(DEL) *~ *.pdb config.h paths.h |
| 233 | - $(DEL_TREE) deleted | 233 | - $(DEL_TREE) deleted |
| 234 | - $(DEL_TREE) obj | 234 | - $(DEL_TREE) $(OBJDIR) |
| 235 | 235 | ||
| 236 | # | 236 | # |
| 237 | # These files are the ones that compile conditionally on CANNOT_DUMP... | 237 | # These files are the ones that compile conditionally on CANNOT_DUMP... |