Looks like my previous changes were already enough, so we can finally remove this hack :-)

See issue #2779 for more details.

svn path=/trunk/; revision=30846
This commit is contained in:
Colin Finck 2007-11-28 23:02:12 +00:00
parent b77f5b196a
commit 6caaf5758e

View file

@ -9,10 +9,6 @@ TOOLS_CFLAGS = -Wall -Wpointer-arith -Wno-strict-aliasing -D__REACTOS__ $(HOST_C
TOOLS_CPPFLAGS = -Wall -Wpointer-arith -D__REACTOS__ $(HOST_CPPFLAGS)
TOOLS_LFLAGS = $(HOST_LFLAGS)
# HACK: Remove those lines once host tools don't use target headers anymore
TOOLS_CFLAGS += -D__i386__
TOOLS_CPPFLAGS += -D__i386__
$(TOOLS_INT): | $(INTERMEDIATE)
$(ECHO_MKDIR)
${mkdir} $@