1b9e1f4e00
Evidently gmake isn't needed. - Also remove the libtool dependency.
15 lines
454 B
Text
15 lines
454 B
Text
--- Makefile.in.orig 2009-07-14 23:48:58.000000000 -0500
|
|
+++ Makefile.in 2009-07-14 23:49:34.000000000 -0500
|
|
@@ -57,10 +57,10 @@
|
|
# Install commands...
|
|
#
|
|
|
|
-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
|
|
+INSTALL_BIN = $(INSTALL) -m 755 -s
|
|
INSTALL_DATA = $(INSTALL) -m 644
|
|
INSTALL_DIR = $(INSTALL) -d
|
|
-INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755
|
|
+INSTALL_LIB = $(INSTALL) -m 755 -s
|
|
INSTALL_MAN = $(INSTALL) -m 644
|
|
INSTALL_SCRIPT = $(INSTALL) -m 755
|
|
|