diff options
author | jstebbins <[email protected]> | 2010-04-11 21:48:58 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-11 21:48:58 +0000 |
commit | 1a466338ea91528105f73681f85238be96670b2a (patch) | |
tree | 6e70b7202f9a69793fe74b1242c35dee0ca32cd9 | |
parent | 19d49a03d180742922fc6a5be63c162c8691f706 (diff) |
LinGui: don't strip debug symbols when installing
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3219 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/module.rules | 2 |
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 |