Hi, On Sat, Mar 14, 2009 at 2:58 AM, Luiz Rafael Culik Guimaraes <[email protected]> wrote: > i just tryed current CVS on my suse 10.3 distro with make 3.80 > > i get when calling make or make_gnu.sh > > config/dir.cf:55: *** missing `endif'. Stop.
please report using this test Makefile.test: <<<<<<---cut here FOO = foo all:: ; @echo it define Y all:: ; @echo worked endef ifdef BAR $(eval $(Y)) endif <<<<<<<<-----cut here what is the output of a) make -f Makefile.test b) make BAR=1 -f Makefile.test Probably you have hit a known 3.80 bug and should upgrade. -- Ph. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

