X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mono%2Fcil%2FMakefile.am;h=8e2ac944823af7d7a67efed7bc3fd860a4ce070c;hb=4e928f6338727a84ec90a135b88f3833d572a28c;hp=12141fc56fb2cb72f438d40601116f86b585c4dd;hpb=84b709f11124509f2268722945b803ee7e631d93;p=mono.git diff --git a/mono/cil/Makefile.am b/mono/cil/Makefile.am index 12141fc56fb..8e2ac944823 100644 --- a/mono/cil/Makefile.am +++ b/mono/cil/Makefile.am @@ -1,12 +1,12 @@ - opcode.def: make-opcodes-def.pl cil-opcodes.xml - perl make-opcodes-def.pl < $(srcdir)/cil-opcodes.xml > opcode.def + perl $(srcdir)/make-opcodes-def.pl $(srcdir)/cil-opcodes.xml $@.tmp + mv $@.tmp $@ -defdir = $(includedir)/mono/cil +defdir = $(includedir)/mono-$(API_VER)/mono/cil def_DATA = opcode.def -xmldir = $(datadir)/mono/cil +xmldir = $(datadir)/mono-$(API_VER)/mono/cil xml_DATA = cil-opcodes.xml -EXTRA_DIST=opcode.def make-opcodes-def.pl make-opcode-def.xsl $(xml_DATA) $(def_DATA) +EXTRA_DIST=tables.def opcode.def make-opcodes-def.pl make-opcode-def.xsl $(xml_DATA) $(def_DATA)