* src/vm/jit/i386/Makefile.am (libarch_la_SOURCES): Renamed md-emit.h
authortwisti <none@none>
Wed, 18 Oct 2006 15:09:56 +0000 (15:09 +0000)
committertwisti <none@none>
Wed, 18 Oct 2006 15:09:56 +0000 (15:09 +0000)
to emit.h.

src/vm/jit/i386/Makefile.am

index 263533415a40f4063406f589defa99982fa1d8d8..eac8d32c049f3daa3be751b494280a6a1cee03b3 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 5569 2006-09-28 20:29:44Z edwin $
+## $Id: Makefile.am 5794 2006-10-18 15:09:56Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -67,7 +67,7 @@ libarch_la_SOURCES = \
        codegen.h \
        $(DISASS_SOURCES) \
        emit.c \
-       md-emit.h \
+       emit.h \
        md.c \
        patcher.c \
        \