diff -r 6da0db947f6c -r 4dd4d4b67e42 reports/Make.proto --- a/reports/Make.proto Thu Jan 14 22:33:46 2016 +0000 +++ b/reports/Make.proto Mon Jan 18 09:39:21 2016 +0000 @@ -92,6 +92,13 @@ +# 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 -n '**NOHG**')) +stx_goodies_builder_reports.$(O): $(shell hg root)/.hg/dirstate +endif + @@ -118,7 +125,6 @@ prereq: cd ../../../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)" cd ../../../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)" - cd ../../../libbasic3 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)" cd ../../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)" cd ../../../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)" cd ../../sunit && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES)"