From 10d3f2bbae3dc57e2238ffdb16081e1b0140570c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 25 Jan 2011 14:31:15 +0000 Subject: Make the pkgconfig installation indicate it is running sed, so I stop being confused svn path=/trunk/tools/buildsystem/; revision=11483 --- makefiles/Makefile.top | 1 + 1 file changed, 1 insertion(+) (limited to 'makefiles') diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top index d65cc50..a4ef4ec 100644 --- a/makefiles/Makefile.top +++ b/makefiles/Makefile.top @@ -272,6 +272,7 @@ __required = $(if $(REQUIRED_PKGS),Requires: $(subst $(__space),$(__comma) ,$(st # Install a pkg-config control file ($1) to the specified location ($2) define install_pkgconfig + $(Q)$(ECHO) $(ECHOFLAGS) "sed -e... $1 >$(BUILDDIR)/$(1:.in=)" $(Q)$(SED) \ -e 's#PREFIX#$(PREFIX)#' \ -e 's#MAJOR#$(major-version)#' \ -- cgit v1.2.3