From: Karl Heuer Date: Tue, 16 Jul 1996 23:21:37 +0000 (+0000) Subject: (DOC, clean): Use OBJDIR macro. X-Git-Tag: emacs-19.34~141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc646c5c578b91313859c8b3d3ef9ae356665012;p=emacs.git (DOC, clean): Use OBJDIR macro. --- 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...