From 534c9037a6380bd917ccb80f64b5407fdf39ed52 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Wed, 8 Nov 2017 17:38:40 +0100 Subject: [PATCH] Avoid recording the absolute path if not necessary for testing --- config.macosx-clang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.macosx-clang.mk b/config.macosx-clang.mk index 4b0c1ce..ed5eb70 100644 --- a/config.macosx-clang.mk +++ b/config.macosx-clang.mk @@ -29,7 +29,7 @@ include $(BUILD)config.gnu.mk CFLAGS_ssev4= -msse4 DLL_EXT= .dylib MAKE_LIB= $(LIBTOOL) -static $(LINK_INPUTS) -o $@ -MAKE_DLL= $(LD) -shared $(LINK_INPUTS) -o $(shell pwd)/$@ +MAKE_DLL= $(LD) -shared $(LINK_INPUTS) -o $@ # On MacOSX, we will use basic frameworks e.g. for string and filesystem functions