From 709ef3891049ded85672cc2661d2b99cb457bd42 Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 13 Jun 2013 14:35:52 +0000 Subject: [PATCH] fixed for some linux archs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e03139f..aff9329 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ include /ioc/tools/driver.makefile # I need to find the Linux link.h before the EPICS link.h -USR_INCLUDES=-idirafter ${EPICS_BASE}/include +USR_INCLUDES_Linux=-idirafter ${EPICS_BASE}/include +USR_INCLUDES+=$(USR_INCLUDES_$(OS_CLASS)) HEADERS += require.h BUILDCLASSES += Linux