From 9bac5083342b4fa907ce44cd1d433455fb341cf6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Dec 2010 18:07:02 +0000 Subject: Fix spurious whitespace at start of generated Requires: line svn path=/trunk/tools/buildsystem/; revision=10971 --- makefiles/Makefile.top | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makefiles') 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 -- cgit v1.2.3