Merged r5640 from trunk:
authoredwin <none@none>
Tue, 3 Oct 2006 16:42:34 +0000 (16:42 +0000)
committeredwin <none@none>
Tue, 3 Oct 2006 16:42:34 +0000 (16:42 +0000)
* src/vm/jit/x86_64/Makefile.am (libarch_la_SOURCES): Renamed
md-emit.h to emit.h.

--HG--
branch : unified_variables

src/vm/jit/x86_64/Makefile.am

index 52e3f2dc66b45a09595a3d9fe9160adb9abb1f2e..9d1bec87f92e852600dccf6758a45313c4057f80 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 4791 2006-04-18 21:16:36Z twisti $
+## $Id: Makefile.am 5642 2006-10-03 16:42:34Z edwin $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -60,11 +60,11 @@ libarch_la_SOURCES = \
        codegen.h \
        $(DISASS_SOURCES) \
        emit.c \
+       emit.h \
        patcher.c \
        \
        md-abi.c \
        md-abi.h \
-       md-emit.h \
        md.c \
        md.h