Revert "Fixed buildver generated headers automake dependency tracking."
authorZoltan Varga <vargaz@gmail.com>
Tue, 14 Oct 2014 19:59:24 +0000 (15:59 -0400)
committerZoltan Varga <vargaz@gmail.com>
Tue, 14 Oct 2014 19:59:24 +0000 (15:59 -0400)
This reverts commit 8f41328a7811fee2798d95ed140e62b3198fc323.

Revert this for now as it breaks the parallel build.

mono/mini/Makefile.am.in

index 85165ffcb6e9cbbe4c37619917071ccee381efcd..f928eec806d3ddb85afc22d2f95875b2b4702f7e 100755 (executable)
@@ -726,18 +726,10 @@ clean-local:
 
 pkgconfigdir = $(libdir)/pkgconfig
 
-if SUPPORT_SGEN
-sgen_built_sources = buildver-sgen.h
-endif
-
-if SUPPORT_BOEHM
-boehm_built_sources = buildver-boehm.h
-endif
-
 if JIT_SUPPORTED
-BUILT_SOURCES = version.h $(arch_built) $(sgen_built_sources) $(boehm_built_sources)
+BUILT_SOURCES = version.h $(arch_built)
 else
-BUILT_SOURCES = version.h $(sgen_built_sources) $(boehm_built_sources)
+BUILT_SOURCES = version.h
 endif
 
 CLEANFILES= $(BUILT_SOURCES) *.exe *.dll