Makefile: +690 +691 .PHONY: ChangeLog +692 ChangeLog: +693 if test -f .cvsusers; then \ +694 cvs2cl --utc --fsf --FSF --usermap .cvsusers -I ChangeLog -I .cvs; \ +695 fi +696 +697 dist-hook: +698 rm -rf $(top_builddir)/tests/log +699 find $(distdir) -name "*.dist" -exec rm {} \; +700 (distit=`find $(srcdir) -name "*.dist"`; \ +701 for file in $$distit; do \ +702 strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \ +703 cp $$file $(distdir)$$strip; \ +704 done) +705
-----Original Message----- From: Daniel Stenberg [mailto:dan...@haxx.se] Sent: Wednesday, December 17, 2008 12:02 PM To: libssh2 hacking Subject: Re: [libssh2] libssh2 install fails on AIX 5.3 On Wed, 17 Dec 2008, David M. Funk wrote: > #make > "Makefile", line 695: make: 1254-055 Dependency line needs colon or double > colon operator. > "Makefile", line 696: make: 1254-055 Dependency line needs colon or double > colon operator. Can you show us the lines 695 and 969 of Makefile ? -- / daniel.haxx.se ---------------------------------------------------------------------------- -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel