summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/Makefile.top3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top
index e85312d..ca6a4f6 100644
--- a/makefiles/Makefile.top
+++ b/makefiles/Makefile.top
@@ -266,8 +266,7 @@ distclean: clean
__comma := ,
__empty :=
__space := $(empty) $(empty)
-__required = $(if $(REQUIRED_PKGS), \
- Requires: $(subst $(__space),$(__comma) ,$(strip $(REQUIRED_PKGS))), )
+__required = $(if $(REQUIRED_PKGS),Requires: $(subst $(__space),$(__comma) ,$(strip $(REQUIRED_PKGS))),)
# Install a pkg-config control file ($1) to the specified location ($2)
define install_pkgconfig