From 9a9b4e844ab22a524b9c58c2a6188f65143b7386 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 12 Aug 2015 11:48:58 +0200 Subject: [PATCH] need Linux link.h for require --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 8c107d6..c50a1ab 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,11 @@ include /ioc/tools/driver.makefile +# I need to find the Linux link.h before the EPICS link.h +USR_INCLUDES_Linux=-idirafter ${EPICS_BASE}/include +USR_INCLUDES+=${USR_INCLUDES_${OS_CLASS}} + +USR_CFLAGS=-DEPICS_RELEASE='"${EPICSVERSION}"' -DT_A='"${T_A}"' -DOS_CLASS='"${OS_CLASS}"' + HEADERS += require.h BUILDCLASSES += Linux