]> git.eshelyaron.com Git - emacs.git/commitdiff
(DOC, clean): Use OBJDIR macro.
authorKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 23:21:37 +0000 (23:21 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 23:21:37 +0000 (23:21 +0000)
src/makefile.nt

index 9feca95df0ce131a9e8530da985cacfea65794b7..de3abea1ff63b9891024a9f8189dc4f249702036 100644 (file)
@@ -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...