blob: 82746b033729a9e05fee70fdf2e8eb70e51cd154 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig Fri Aug 31 15:12:28 2001
+++ Makefile.in Wed Nov 14 16:04:12 2001
@@ -382,7 +382,7 @@
install-exec-hook:
$(mkinstalldirs) $(bindir)
- $(INSTALL_PROGRAM) $(top_srcdir)/share/zthread-config $(bindir)
+ $(INSTALL_SCRIPT) $(top_srcdir)/share/zthread-config $(bindir)
install-data-hook:
$(mkinstalldirs) $(datadir)/aclocal
|