Make.proto fixed
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 05 Dec 2012 12:35:12 +0000
changeset 132 3d8946d4c80f
parent 131 8986734fe8e2
child 133 013175ca84d5
Make.proto fixed
common/Make.proto
mercurial/Make.proto
--- a/common/Make.proto	Wed Dec 05 12:11:16 2012 +0000
+++ b/common/Make.proto	Wed Dec 05 12:35:12 2012 +0000
@@ -96,7 +96,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**'))
-stx_libscm_common.$(OBJ): $(shell hg root)/.hg/dirstate
+stx_libscm_common.$(O): $(shell hg root)/.hg/dirstate
 endif
 
 
--- a/mercurial/Make.proto	Wed Dec 05 12:11:16 2012 +0000
+++ b/mercurial/Make.proto	Wed Dec 05 12:35:12 2012 +0000
@@ -95,8 +95,10 @@
 # Enforce recompilation of package definition class if Mercurial working
 # 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 '**NOHG**'))
-stx_libscm_mercurial.$(OBJ): $(shell hg root)/.hg/dirstate
+ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
+
+stx_libscm_mercurial.$(O): $(shell hg root)/.hg/dirstate	
+
 endif