remove warning on 3.14.8 concerning libraries

This commit is contained in:
2019-04-26 15:11:06 +02:00
parent 31e816d24a
commit 2f9a33e732
+2
View File
@@ -634,8 +634,10 @@ LOADABLE_LIBRARY=$(if ${LIBRARY_OBJS},${PRJ},)
# Without this Linux library is not build in 3.14.8 if no Makefile exists (but e.g. GNUmakefile).
ifeq (${EPICSVERSION},3.14.8)
ifeq ($(wildcard ../Makefile),)
LOADABLE_BUILD_LIBRARY = ${LOADABLE_LIBRARY}
endif
endif
# Handle registry stuff automagically if we have a dbd file.
# See ${REGISTRYFILE} and ${EXPORTFILE} rules below.