blob: 7ad33fb6a5e3276ef154ff54dfc4ac374f202d08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- SDL-1.2.9.vanilla/Makefile.am 2009-02-24 19:53:25.000000000 +0100
+++ SDL-1.2.9/Makefile.am 2009-02-24 19:54:14.000000000 +0100
@@ -85,7 +85,7 @@
cd src && $(MAKE) install-libLTLIBRARIES
# Run ldconfig after installing the library:
-install-hook:
+install-exec-hook:
-ldconfig
# Grab the test programs for the distribution:
|