From 6caaf5758ede0e4dcb7ddd9d1459420ff2d78084 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Wed, 28 Nov 2007 23:02:12 +0000 Subject: [PATCH] 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 --- reactos/tools/tools.mak | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/tools/tools.mak b/reactos/tools/tools.mak index 9a33517ec15..9edfe9f4a49 100644 --- a/reactos/tools/tools.mak +++ b/reactos/tools/tools.mak @@ -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} $@