diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-09-13 05:44:47 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-09-13 05:44:47 +0000 |
commit | 133edff1b499b2c794fcc9a1860c1b5526b58869 (patch) | |
tree | a929372175b2614231c3950aa2cfab2cb7fe004f /hw/xfree86/x86emu | |
parent | c3d6799cee7ff8411b3a05a7ab7e2a9e80c95059 (diff) |
Don't define POSIX_SOURCE on any BSDs, since it breaks things.
Define NO_SYS_HEADERS, as the monolithic build does. Helps FreeBSD.
Don't include validate.c in the library, since it seems to be a userland
test program.
Diffstat (limited to 'hw/xfree86/x86emu')
-rw-r--r-- | hw/xfree86/x86emu/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/x86emu/Makefile.am b/hw/xfree86/x86emu/Makefile.am index 5c1aec6ab..8753104dc 100644 --- a/hw/xfree86/x86emu/Makefile.am +++ b/hw/xfree86/x86emu/Makefile.am @@ -7,7 +7,6 @@ libx86emu_a_SOURCES = debug.c \ ops.c \ prim_ops.c \ sys.c \ - validate.c \ x86emu.h INCLUDES = |