[NUT-devel] [nut]: r541 - src/trunk/Makefile

Måns Rullgård mans at mansr.com
Sun Feb 3 15:41:44 CET 2008


diego <subversion at mplayerhq.hu> writes:

> Author: diego
> Date: Fri Feb  1 20:17:05 2008
> New Revision: 541
>
> Log:
> Merge clean and distclean rules.
>
> Modified:
>    src/trunk/Makefile
>
> Modified: src/trunk/Makefile
> ==============================================================================
> --- src/trunk/Makefile	(original)
> +++ src/trunk/Makefile	Fri Feb  1 20:17:05 2008
> @@ -11,10 +11,7 @@ nututils: libnut
>  install:
>  	$(MAKE) -C libnut install
>
> -
> -distclean: clean
> -
> -clean:
> +clean distclean:
>  	$(MAKE) -C libnut clean
>  	$(MAKE) -C nututils clean

I suggest this:
	$(MAKE) -C libnut $@
	$(MAKE) -C nututils $@

-- 
Måns Rullgård
mans at mansr.com



More information about the NUT-devel mailing list