i386 targets build again

This commit is contained in:
Clifford T. Matthews 2009-06-12 19:54:35 -06:00
parent 99a2ca627c
commit 5df19cdab2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TARGET_ARCH_OBJ = i386.o
# In the first days of the Mac OS X port we can't use the tricked out blitters,
# quite possibly due to register ebx smashage interfering with PIC.
ifneq (,$(findstring macosx,$(TARGET)))
ifeq (,$(findstring macosx,$(TARGET)))
TARGET_ARCH_OBJ += x86patblt.o x86srcblt.o xdstubtables.o sbstubtables.o
endif