From: Anthony PERARD Date: Mon, 6 Dec 2021 17:01:49 +0000 (+0000) Subject: libs/libs.mk: Remove generic variable that already exist X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~1246 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0f4c576473c7819bdedec834297d76bbe4c0f804;p=xen.git libs/libs.mk: Remove generic variable that already exist comma, empty, space are already defined in "Config.mk". Signed-off-by: Anthony PERARD Reviewed-by: Juergen Gross --- diff --git a/tools/libs/libs.mk b/tools/libs/libs.mk index 830bdc851f..dfbbef4080 100644 --- a/tools/libs/libs.mk +++ b/tools/libs/libs.mk @@ -26,9 +26,6 @@ ifneq ($(nosharedlibs),y) LIB += lib$(LIB_FILE_NAME).so endif -comma:= , -empty:= -space:= $(empty) $(empty) PKG_CONFIG ?= $(LIB_FILE_NAME).pc PKG_CONFIG_NAME ?= Xen$(LIBNAME) PKG_CONFIG_DESC ?= The $(PKG_CONFIG_NAME) library for Xen hypervisor