From da839dea68d79f0e33ced349c6cf09719977b6fd Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 5 Apr 1999 16:02:56 +0000 Subject: [PATCH] removed redundant -I --- config/CONFIG.Host.WIN32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CONFIG.Host.WIN32 b/config/CONFIG.Host.WIN32 index 2103736d8..54d2d1383 100644 --- a/config/CONFIG.Host.WIN32 +++ b/config/CONFIG.Host.WIN32 @@ -158,7 +158,7 @@ OP_SYS_CFLAGS = # # WIN32 specific include files # -OP_SYS_INCLUDES = -I$(EPICS_BASE_INCLUDE)\\os\\WIN32 +#OP_SYS_INCLUDES = -I$(EPICS_BASE_INCLUDE)\\os\\WIN32 # # These are now added to the individual makefiles that use them in order to