Remove generated orc-stdint.h
authorDavid Schleef <ds@schleef.org>
Thu, 14 Apr 2011 19:09:01 +0000 (12:09 -0700)
committerDavid Schleef <ds@schleef.org>
Thu, 14 Apr 2011 19:09:39 +0000 (12:09 -0700)
.gitignore
configure.ac
orc/Makefile.am
orc/orc-stdint.h [new file with mode: 0644]

index 1469593..15bc743 100644 (file)
@@ -29,8 +29,6 @@ libtool
 ltmain.sh
 autom4te.cache
 
-orc-stdint.h
-
 /doc/orc-decl-list.txt
 /doc/orc-decl.txt
 /doc/orc-undeclared.txt
index ff11720..876f329 100644 (file)
@@ -48,8 +48,6 @@ AS_HOST_DEFINES()
 
 AC_C_BIGENDIAN
 
-AX_CREATE_STDINT_H([orc/orc-stdint.h])
-
 AC_FUNC_MMAP()
 
 AC_CHECK_HEADERS([inttypes.h])
index 159b10e..8f379e0 100644 (file)
@@ -88,11 +88,8 @@ pkginclude_HEADERS = \
        orcpowerpc.h \
        orcarm.h \
        orcx86insn.h \
-       orccpuinsn.h
-
-nodist_pkginclude_HEADERS = orc-stdint.h
-
-DISTCLEANFILES = orc-stdint.h
+       orccpuinsn.h \
+       orc-stdint.h
 
 noinst_PROGRAMS = generate-emulation
 
diff --git a/orc/orc-stdint.h b/orc/orc-stdint.h
new file mode 100644 (file)
index 0000000..599b33a
--- /dev/null
@@ -0,0 +1 @@
+/* This file is intentionally nearly empty */