diff lib-src/makefile.nt @ 15722:2752419e5aa2

(clean): Use OBJDIR macro.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 23:23:09 +0000
parents 0a86a597ca7e
children 80562f089595
line wrap: on
line diff
--- a/lib-src/makefile.nt	Tue Jul 16 23:21:37 1996 +0000
+++ b/lib-src/makefile.nt	Tue Jul 16 23:23:09 1996 +0000
@@ -202,7 +202,7 @@
 # 
 clean:;		- $(DEL) *~ *.pdb DOC*
 		- $(DEL_TREE) deleted
-		- $(DEL_TREE) obj
+		- $(DEL_TREE) $(OBJDIR)
 
 #
 # Headers we would preprocess if we could.