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+: