aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-07-16 23:23:09 +0000
committerKarl Heuer <[email protected]>1996-07-16 23:23:09 +0000
commitd1e349d25c700c2336dea5c85da60626876657b3 (patch)
treedc5dcc2b090019954419081df3097dce3887bad4 /lib-src
parentfc646c5c578b91313859c8b3d3ef9ae356665012 (diff)
(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 9f86905790..a03c8da437 100644
--- a/lib-src/makefile.nt
+++ b/lib-src/makefile.nt
@@ -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.