]> Pileus Git - ~andy/gtk/commitdiff
Shell script used to strip dependencies out of .la files.
authorOwen Taylor <otaylor@src.gnome.org>
Sun, 3 Mar 2002 02:50:26 +0000 (02:50 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 3 Mar 2002 02:50:26 +0000 (02:50 +0000)
       * gdk/Makefile.am gtk/Makefile.am sanitize-la.sh: Shell script
        used to strip dependencies out of .la files.

sanitize-la.sh [new file with mode: 0755]

diff --git a/sanitize-la.sh b/sanitize-la.sh
new file mode 100755 (executable)
index 0000000..9bc0ba2
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1