summaryrefslogtreecommitdiff
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-16 23:21:37 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-16 23:21:37 +0000
commit66e4e238a5fd36c94c5bf60703815a408e5cfc48 (patch)
treee3c270db750a746d69a3c5846dd73a94b5e2d24f /src/makefile.nt
parente8ca4cb8837aae9b5faabc223755cc9c9f14901b (diff)
downloademacs-66e4e238a5fd36c94c5bf60703815a408e5cfc48.tar.gz
(DOC, clean): Use OBJDIR macro.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt4
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
#
# Make sure we have the DOC file in the right place.
#
-DOC = obj\etc\DOC-X
+DOC = $(OBJDIR)\etc\DOC-X
$(DOC):; cd ..\lib-src
- $(DEL) DOC-X
$(MAKE) -f makefile.nt all
@@ -231,7 +231,7 @@ install: all
#
clean:; - $(DEL) *~ *.pdb config.h paths.h
- $(DEL_TREE) deleted
- - $(DEL_TREE) obj
+ - $(DEL_TREE) $(OBJDIR)
#
# These files are the ones that compile conditionally on CANNOT_DUMP...