summaryrefslogtreecommitdiffstats
path: root/gtk/module.rules
diff options
context:
space:
mode:
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 657a20304..c5de20ea8 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/) prefix=$(PREFIX) install-strip
+ $(MAKE) -C $(GTK.build/) prefix=$(PREFIX) install
gtk.uninstall:
$(MAKE) -C $(GTK.build/) uninstall