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

index 9f86905790610908cae304e3d01dee9ba8f1e09c..a03c8da4373dad74039d6049249ed3fba85999ea 100644 (file)
@@ -202,7 +202,7 @@ install:    $(INSTALL_FILES)
 # 
 clean:;                - $(DEL) *~ *.pdb DOC*
                - $(DEL_TREE) deleted
-               - $(DEL_TREE) obj
+               - $(DEL_TREE) $(OBJDIR)
 
 #
 # Headers we would preprocess if we could.
index b6208044951b0673f29f502ca2e112a67b0ecf8f..9c34d0ea0f37734d25e4d840f3cd51d11c1f2463 100644 (file)
@@ -142,7 +142,7 @@ real_install:
 CLEAN_CMD      = $(MAKE) -f makefile.nt clean
 clean:;                - $(DEL) *~ *.pdb
                - $(DEL_TREE) deleted
-               - $(DEL_TREE) obj
+               - $(DEL_TREE) $(OBJDIR)
                - $(DEL_TREE) ..\bin
                - $(DEL) ..\etc\DOC ..\etc\DOC-X
                - $(DEL) emacs.bat