changeset 2815:834007765b95 lwtools-port

Updated 3rdparty/utils/winfo/makefile to include SUBS in the command list.
author David Ladd <drencor-xeen@users.sf.net>
date Tue, 12 Feb 2013 20:41:49 -0600
parents dd5499bc4bdd
children 8babf9987e22
files 3rdparty/utils/winfo/makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/utils/winfo/makefile	Tue Feb 12 13:50:55 2013 -0600
+++ b/3rdparty/utils/winfo/makefile	Tue Feb 12 20:41:49 2013 -0600
@@ -35,7 +35,7 @@
 	$(CP) $(DSKS) $(DSKDIR)
 
 clean:
-	$(RM) $(ALLOBJS)
+	$(RM) $(ALLOBJS) $(DSKS)
 
 info:
 	@echo "*** WInfo Utility ***"