From 445ab861ceef755d13e5e0e2ce37194c4dece9f5 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 16 Jun 2009 17:43:59 +0000 Subject: [PATCH] LinGui: change gtk install rule so that changes to PREFIX on the command line of the top level make get propagated to gtk. This is needed when building debian packages. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2541 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/module.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/module.rules b/gtk/module.rules index ddf9bccca..657a20304 100644 --- a/gtk/module.rules +++ b/gtk/module.rules @@ -35,7 +35,7 @@ gtk.build: $(GTK.CONFIGURE.stamp) $(LIBHB.a) +$(MAKE) -C $(GTK.build/) gtk.install: - $(MAKE) -C $(GTK.build/) install-strip + $(MAKE) -C $(GTK.build/) prefix=$(PREFIX) install-strip gtk.uninstall: $(MAKE) -C $(GTK.build/) uninstall -- 2.40.0