Fix build due to boehm->sgen changes.
authorRodrigo Kumpera <kumpera@gmail.com>
Wed, 26 Jun 2013 20:09:13 +0000 (16:09 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 26 Jun 2013 20:10:36 +0000 (16:10 -0400)
mono/mini/Makefile.am.in
mono/mini/main.c

index 10a83097a84a576c6d69fb0b32c65867df3fc5a7..cad1ce48c150e4b99b2104e5cadd191b528b042d 100644 (file)
@@ -188,7 +188,7 @@ mono_sgen_CFLAGS = $(AM_CFLAGS)
 if SUPPORT_BOEHM
 buildver-boehm.h: libmini-static.la $(monodir)/mono/metadata/libmonoruntime-static.la
        @echo "const char *build_date = \"`date`\";" > buildver-boehm.h
-mono_boehm-main-boehm.$(OBJEXT): buildver-boehm.h
+mono_boehm-main.$(OBJEXT): buildver-boehm.h
 endif
 
 buildver-sgen.h: libmini-static.la $(monodir)/mono/metadata/libmonoruntimesgen-static.la
index 4d23faae0bf5174677ea17741f5d22d8e6e5ff25..dc7c826443295b371c89f275608d4d0d46a88a89 100644 (file)
@@ -2,7 +2,7 @@
 #include "mini.h"
 #ifndef HOST_WIN32
 #ifndef BUILDVER_INCLUDED
-#include "buildver.h"
+#include "buildver-boehm.h"
 #endif
 #endif