
Author: diego Date: Fri Feb 1 16:44:07 2008 New Revision: 539 Log: Remove FORCE hack. Modified: src/trunk/Makefile Modified: src/trunk/Makefile ============================================================================== --- src/trunk/Makefile (original) +++ src/trunk/Makefile Fri Feb 1 16:44:07 2008 @@ -2,10 +2,10 @@ include config.mak all: libnut nututils -libnut: FORCE +libnut: $(MAKE) -C libnut -nututils: libnut FORCE +nututils: libnut $(MAKE) -C nututils install: @@ -18,6 +18,4 @@ clean: $(MAKE) -C libnut clean $(MAKE) -C nututils clean -FORCE: - .PHONY: all libnut nututils install distclean clean FORCE

On Fri, Feb 01, 2008 at 06:44:02PM +0100, Ivo wrote:
On Friday 01 February 2008 16:44, diego wrote:
Log: Remove FORCE hack.
[..]
-FORCE: - .PHONY: all libnut nututils install distclean clean FORCE
FORCE is still mentioned as a phony target.
Thanks, that was an oversight, fixed. Diego
participants (3)
-
diego
-
Diego Biurrun
-
Ivo