aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compile-i386.c
diff options
context:
space:
mode:
Diffstat (limited to 'compile-i386.c')
-rw-r--r--compile-i386.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/compile-i386.c b/compile-i386.c
index 2ee7b35e..16b3893a 100644
--- a/compile-i386.c
+++ b/compile-i386.c
@@ -57,7 +57,6 @@
#include "target.h"
#include "compile.h"
#include "bitmap.h"
-#include "version.h"
struct textbuf {
unsigned int len; /* does NOT include terminating null */
@@ -691,7 +690,7 @@ void emit_unit_begin(const char *basename)
void emit_unit_end(void)
{
textbuf_emit(&unit_post_text);
- printf("\t.ident\t\"sparse silly x86 backend (version %s)\"\n", SPARSE_VERSION);
+ printf("\t.ident\t\"sparse silly x86 backend (version %s)\"\n", sparse_version);
}
/* conditionally switch sections */