--- fidoconf/Makefile.orig	2020-02-05 22:47:47 UTC
+++ fidoconf/Makefile
@@ -59,6 +59,8 @@ ifeq ($(OSTYPE), UNIX)
   DLLPREFIX=lib
 endif
 
+TARGET = $(TARGETDLL).$(VER)
+
 default: all
 
 ifeq ($(SHORTNAMES), 1)
@@ -75,7 +77,6 @@ LIBS=-lhusky
 progs: commonprogs
 
 ifeq ($(DYNLIBS), 1)
-  TARGET = $(TARGETDLL)
   all: commonlibs $(TARGETDLL).$(VER)
 	$(MAKE) progs
 	(cd doc && $(MAKE) all)
