ProjectDefinition.st
branchjv
changeset 17998 6583ae0051cc
parent 17995 783bf23f92a3
child 18000 ef6f40038dd2
--- a/ProjectDefinition.st	Wed Dec 05 10:48:53 2012 +0000
+++ b/ProjectDefinition.st	Wed Dec 05 12:35:30 2012 +0000
@@ -2145,7 +2145,7 @@
 # copy state changes. Together with --guessVersion it ensures that package
 # definition class always contains correct binary revision string.
 ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n ''**NOHG**''))
-%1.$(OBJ): $(shell hg root)/.hg/dirstate
+%1.$(O): $(shell hg root)/.hg/dirstate
 endif
 ' bindWith: self name.
 
@@ -6939,7 +6939,7 @@
 !
 
 version_SVN
-    ^ '$Id:: ProjectDefinition.st 10878 2012-12-04 12:22:42Z vranyj1                                                                $'
+    ^ '$Id:: ProjectDefinition.st 10881 2012-12-05 12:35:30Z vranyj1                                                                $'
 ! !
 
 ProjectDefinition initialize!