Skip to content
Snippets Groups Projects
Commit 6ad648ed authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-07-21 08:35:22 by rrt]

Make sure DLL_NAME only has DLL_PEN prepended if DLL_NAME has already been
set, i.e. a DLL is really to be built.
parent ba5a490c
No related merge requests found
......@@ -437,7 +437,9 @@ ifeq "$(DLL_NAME)" ""
DLL_NAME = $(patsubst %.a, %.dll, $(subst lib,,$(LIBRARY)))
endif
ifneq "$(DLL_NAME)" ""
DLL_NAME := $(DLL_PEN)/$(DLL_NAME)
endif
all :: $(DLL_NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment