aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorKarl Heuer1996-07-16 23:23:09 +0000
committerKarl Heuer1996-07-16 23:23:09 +0000
commitd1e349d25c700c2336dea5c85da60626876657b3 (patch)
treedc5dcc2b090019954419081df3097dce3887bad4 /lib-src
parentfc646c5c578b91313859c8b3d3ef9ae356665012 (diff)
downloademacs-d1e349d25c700c2336dea5c85da60626876657b3.tar.gz
emacs-d1e349d25c700c2336dea5c85da60626876657b3.zip
(clean): Use OBJDIR macro.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt
index 9f869057906..a03c8da4373 100644
--- a/lib-src/makefile.nt
+++ b/lib-src/makefile.nt
@@ -202,7 +202,7 @@ install: $(INSTALL_FILES)
202# 202#
203clean:; - $(DEL) *~ *.pdb DOC* 203clean:; - $(DEL) *~ *.pdb DOC*
204 - $(DEL_TREE) deleted 204 - $(DEL_TREE) deleted
205 - $(DEL_TREE) obj 205 - $(DEL_TREE) $(OBJDIR)
206 206
207# 207#
208# Headers we would preprocess if we could. 208# Headers we would preprocess if we could.