eolian gen2: fix stub header include guard

This commit is contained in:
Daniel Kolesa 2016-10-07 12:31:01 +02:00
parent 3ebdf0a4e9
commit 7ef0b84f03
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ _write_stub_header(const char *ofname, const char *ifname)
eina_strbuf_free(cltd);
}
buf = _include_guard(ifname, "STUBS", buf);
buf = _include_guard(_get_filename(ofname), "STUBS", buf);
Eina_Bool ret = _write_file(ofname, buf);
eina_strbuf_free(buf);