[Sumover-dev] [svn commit] r4424 - common/trunk/src

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Apr 14 09:12:21 BST 2009


Author: douglask
Date: Tue Apr 14 09:12:16 2009
New Revision: 4424

Modified:
   common/trunk/src/Makefile.in

Log:
Add SHELL  = @SHELL@ to src/Makefile.in because libtool on Solaris doesn't work with /bin/sh


Modified: common/trunk/src/Makefile.in
==============================================================================
--- common/trunk/src/Makefile.in	(original)
+++ common/trunk/src/Makefile.in	Tue Apr 14 09:12:16 2009
@@ -17,6 +17,7 @@
 RANLIB = @RANLIB@
 LIBTOOL= @LIBTOOL@
 INSTALL= @INSTALL@
+SHELL  = @SHELL@
 
 OBJS = crypt_random.o debug.o md5.o memory.o net_udp.o qfDES.o util.o hmac.o  \
        base64.o ntp.o rtp.o drand48.o mbus_parser.o mbus_config.o mbus_addr.o \



More information about the Sumover-dev mailing list