From b66912045e57449281e2b8aa420053d7d3679c73 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 23 Jun 2009 23:04:52 +0000 Subject: [PATCH] Fix .PHONY targets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1934 42af7a65-404d-4744-a932-0658087f49c3 --- examples/nxflat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nxflat/Makefile b/examples/nxflat/Makefile index d597b3b3f67..3dd485f4db1 100644 --- a/examples/nxflat/Makefile +++ b/examples/nxflat/Makefile @@ -47,7 +47,7 @@ OBJS = $(AOBJS) $(COBJS) BIN = lib$(CONFIG_EXAMPLE)$(LIBEXT) all: $(BIN) -.PHONY: tests/romfs.h tests/dirlist.h clean distclean +.PHONY: headers clean distclean $(AOBJS): %$(OBJEXT): %.S $(call ASSEMBLE, $<, $@)