From e03683e06694c0a775e34f192039228f36ee7761 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 26 Jan 2009 19:10:41 +0000 Subject: libglib2: move HOST_GLIB detection to glib package Makes more sense to have it here, and easier to change once we start building host-glib. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c84a23eae..e55771731 100644 --- a/Makefile +++ b/Makefile @@ -132,9 +132,6 @@ HOSTCPP:=$(shell which $(HOSTCPP) || type -p $(HOSTCPP) || echo cpp) HOSTLD:=$(shell which $(HOSTLD) || type -p $(HOSTLD) || echo ld) HOSTLN:=$(shell which $(HOSTLN) || type -p $(HOSTLN) || echo ln) HOSTNM:=$(shell which $(HOSTNM) || type -p $(HOSTNM) || echo nm) -HOST_GLIB_BIN:=`dirname $(shell which glib-genmarshal || echo /usr/bin/glib-genmarshal)` -HOST_GLIB:=$(shell dirname $(HOST_GLIB_BIN) || echo /usr) - ifndef CFLAGS_FOR_BUILD CFLAGS_FOR_BUILD:=-g -O2 -- cgit v1.2.3