summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.top
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 10:30:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 10:30:18 +0000
commit4c92d332ecd0ce09797c504ec46acc0486e97928 (patch)
tree67e44b1be1f8e23b3fe34dd11b43fa5bb8646b8d /makefiles/Makefile.top
parentefa383427250b29104692171947badc18b5a44d0 (diff)
downloadbuildsystem-4c92d332ecd0ce09797c504ec46acc0486e97928.tar.gz
buildsystem-4c92d332ecd0ce09797c504ec46acc0486e97928.tar.bz2
Include $(PREFIX)/lib/pkgconfig in the pkg-config search path
svn path=/trunk/tools/buildsystem/; revision=12012
Diffstat (limited to 'makefiles/Makefile.top')
-rw-r--r--makefiles/Makefile.top5
1 files changed, 0 insertions, 5 deletions
diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top
index a4ef4ec..99651fc 100644
--- a/makefiles/Makefile.top
+++ b/makefiles/Makefile.top
@@ -23,8 +23,6 @@
# Set to "yes" if it can.
# DESTDIR Sandboxed FS root (e.g. for packaging)
# HOST Host platform identifier
-# PREFIX Absolute installation path prefix
-# (defaults to /usr/local)
# REQUIRED_PKGS List of required pkg-config packages
#
# The client may also override all toolchain settings, including:
@@ -116,9 +114,6 @@ BUILDDIR ?= build-$(HOST)-$(TARGET)-$(BUILD)-$(COMPONENT_TYPE)
COVERAGEDIR := $(BUILDDIR)/coverage
DOCDIR := $(BUILDDIR)/docs
-# Default prefix
-PREFIX ?= /usr/local
-
# Determine if we want to build testcases
ifeq ($(MAKECMDGOALS),test)
WANT_TEST := yes