From 0c30c322d03ecc2d6c6b92c058cbd32f6fdf6950 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 18 May 2020 12:10:28 +0200 Subject: [PATCH] fix for commit 37b99392: don't use epicsExport for 3.13 --- App/tools/driver.makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 6df1079..b127e0f 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -1044,8 +1044,10 @@ MUNCH=$(MUNCH_$(VXWORKS_MAJOR_VERSION)) $(MUNCH) < $< > $@ ${VERSIONFILE}: +ifneq (${EPICS_BASETYPE},3.13) echo "#include " > $@ echo "epicsShareExtern const char _${PRJ}LibRelease[];" >> $@ +endif echo "const char _${PRJ}LibRelease[] = \"${LIBVERSION}\";" >> $@ # EPICS R3.14+: