remove duplicate clobber
authorStefan Vogel <sv@exept.de>
Mon, 04 May 2009 16:58:25 +0200
changeset 11676 5ab06fde539d
parent 11675 1e019a06700f
child 11677 43de2b6e41fb
remove duplicate clobber
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Mon May 04 16:56:41 2009 +0200
+++ b/ApplicationDefinition.st	Mon May 04 16:58:25 2009 +0200
@@ -867,9 +867,6 @@
 symbols.stc: $(TOP)\include\symbols.stc
         copy $(TOP)\include\symbols.stc symbols.stc
 
-clobber::
-        -del librun.dll
-
 %(ADDITIONAL_RULES)
 
 clean::
@@ -2550,5 +2547,5 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.133 2009-05-04 14:56:41 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.134 2009-05-04 14:58:25 stefan Exp $'
 ! !