[Openais] [patch 05/13] Fix build dependancies We shouldnt be installing if what has been built is not up to date

Steven Dake sdake at redhat.com
Sat Sep 8 23:58:38 PDT 2007


merged

thanks
-steve
On Fri, 2007-08-24 at 11:53 +0200, beekhof at gmail.com wrote:
> plain text document attachment (bug-install-depends-on-all.patch)
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertion(+), 1 deletion(-)
> 
> Index: Makefile
> ===================================================================
> --- Makefile.orig	2007-08-23 19:57:28.000000000 +0200
> +++ Makefile	2007-08-23 20:25:13.000000000 +0200
> @@ -70,7 +70,7 @@ clean:
>  	(cd test; echo ==== `pwd` ===; $(MAKE) clean);
>  	rm -rf doc/api
>  
> -install:
> +install: all
>  	mkdir -p $(DESTDIR)$(SBINDIR)
>  	mkdir -p $(DESTDIR)$(INCLUDEDIR)
>  	mkdir -p $(DESTDIR)$(INCLUDEDIR_TOTEM)
> 



More information about the Openais mailing list