summaryrefslogtreecommitdiffstats
path: root/gtk/module.rules
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-06-16 17:43:59 +0000
committerjstebbins <[email protected]>2009-06-16 17:43:59 +0000
commit445ab861ceef755d13e5e0e2ce37194c4dece9f5 (patch)
tree2c48cd7c8f2b52841607d311462f9f336edc8c57 /gtk/module.rules
parent7f832ec5dc3593626b479085272aa0a42a4e7a8d (diff)
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
Diffstat (limited to 'gtk/module.rules')
-rw-r--r--gtk/module.rules2
1 files changed, 1 insertions, 1 deletions
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