From 6065945d6ddb29473a5e259a01814c95bbff5a89 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 9 Dec 2015 13:38:06 +0100 Subject: [PATCH] another bugfix in driver.makefile --- App/tools/driver.makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index abb2206..9b1d1c1 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -599,9 +599,7 @@ endif # Handle registry stuff automagically if we have a dbd file. # See ${REGISTRYFILE} and ${EXPORTFILE} rules below. -ifneq ($(MODULELIB),) -LIBOBJS += $(addsuffix $(OBJ),$(basename ${REGISTRYFILE} ${EXPORTFILE})) -endif +LIBOBJS += $(if $(MODULEDBD), $(addsuffix $(OBJ),$(basename ${REGISTRYFILE} ${EXPORTFILE}))) endif # both, 3.13 and 3.14 from here