Fix prereq: definition in Make.proto
authorStefan Vogel <sv@exept.de>
Wed, 05 Dec 2007 13:23:33 +0100
changeset 10805 92df6c9281f9
parent 10804 b8243fc0fd8b
child 10806 8c8a4683414a
Fix prereq: definition in Make.proto Fix startupSelector generation to match usage in StandaloneApplication
LibraryDefinition.st
--- a/LibraryDefinition.st	Tue Dec 04 17:24:10 2007 +0100
+++ b/LibraryDefinition.st	Wed Dec 05 13:23:33 2007 +0100
@@ -372,7 +372,7 @@
 clean::
 %(TAB)-rm -f *.o *.H
 
-clobber::
+clobber:: clean
 %(TAB)-rm -f *.so *.dll
 
 ',
@@ -607,5 +607,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.80 2007-05-02 10:52:12 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.81 2007-12-05 12:23:33 stefan Exp $'
 ! !