summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.top
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/Makefile.top')
-rw-r--r--makefiles/Makefile.top1
1 files changed, 1 insertions, 0 deletions
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)#' \