Hi!
> > diff --git a/include/mk/env_pre.mk b/include/mk/env_pre.mk
> > index 4444124..17a91fa 100644
> > --- a/include/mk/env_pre.mk
> > +++ b/include/mk/env_pre.mk
> > @@ -124,8 +124,13 @@ BUILD_TREE_STATE           := 
> > $(BUILD_TREE_NONSRCDIR_INSTAL
> >  endif
> >  endif
> >
> > -# make 3.80 called it .DEFAULT_TARGET.
> > +ifeq ($(MAKE_3_80_COMPAT),1
> > +# Trick make 3.80 into thinking that the default goal is all.
> > +.PHONY: default
> > +default: all
> > +else
> >  .DEFAULT_GOAL                  := all
> > +endif
> >
> >  endif  # END autotools, *clean...
> 
>     I committed the patch to HEAD. Let me know whether or not it
> works; it might not work because `include' creates a pseudo target,
> but please let me know if it works or not.

You are missing ) at the end of ifeq line, but otherwise seems to work
fine. I'll check once more when the compilation finishes.

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to