From: jstebbins Date: Tue, 16 Jun 2009 17:43:59 +0000 (+0000) Subject: LinGui: change gtk install rule so that changes to PREFIX on the command X-Git-Tag: 0.9.4~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=445ab861ceef755d13e5e0e2ce37194c4dece9f5;p=handbrake 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 --- 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