From 4460d8e7f8015f79ae53b4fb41871ab94169534c Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 20 Oct 2015 16:15:05 +0200 Subject: [PATCH] don't need to install require.h --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 146a74a..b3653ea 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,16 @@ include /ioc/tools/driver.makefile +BUILDCLASSES += Linux + # 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 - SOURCES += require.c DBDS += require.dbd +#HEADERS += require.h + SOURCES_vxWorks += strdup.c asprintf.c HEADERS += strdup.h asprintf.h