summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 18:07:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-04 18:07:02 +0000
commit9bac5083342b4fa907ce44cd1d433455fb341cf6 (patch)
tree35f2b8e84054b3309dbeb0619ed67c280aba1cf6
parent1c27b199e02b293054b6ff45f58bc82e873776da (diff)
downloadbuildsystem-9bac5083342b4fa907ce44cd1d433455fb341cf6.tar.gz
buildsystem-9bac5083342b4fa907ce44cd1d433455fb341cf6.tar.bz2
Fix spurious whitespace at start of generated Requires: line
svn path=/trunk/tools/buildsystem/; revision=10971
-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