From: rrt Date: Wed, 19 Jul 2000 14:45:53 +0000 (+0000) Subject: [project @ 2000-07-19 14:45:53 by rrt] X-Git-Tag: Approximately_9120_patches~3969 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d7335326b724d83dbab53cc05ed9d79f2df4de86;p=ghc-hetmet.git [project @ 2000-07-19 14:45:53 by rrt] Target dlls directly into DLL_PEN so that they don't get rebuilt all the time. --- diff --git a/mk/target.mk b/mk/target.mk index a8031aa..e808b94 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -437,6 +437,8 @@ ifeq "$(DLL_NAME)" "" DLL_NAME = $(patsubst %.a, %.dll, $(subst lib,,$(LIBRARY))) endif +DLL_NAME := $(DLL_PEN)/$(DLL_NAME) + all :: $(DLL_NAME) ifeq "$(DLL_IMPLIB_NAME)" "" @@ -445,7 +447,6 @@ endif $(DLL_NAME) :: $(LIBRARY) $(BLD_DLL) --output-lib $(DLL_IMPLIB_NAME) -o $(DLL_NAME) $(LIBRARY) $(BLD_DLL_OPTS) - $(MV) $(DLL_NAME) $(DLL_PEN) endif #