
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

diego <subversion@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@mansr.com
participants (2)
-
diego
-
Måns Rullgård