summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-23 23:04:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-23 23:04:52 +0000
commita06b05f9704d71efb74e21095fe6e4e62b5c45d5 (patch)
treeb19069906e517bc77f5ad12f441a7ede730d354f
parente9aedbe1ada3363ce13b84e362f2c0f98784df38 (diff)
downloadnuttx-a06b05f9704d71efb74e21095fe6e4e62b5c45d5.tar.gz
nuttx-a06b05f9704d71efb74e21095fe6e4e62b5c45d5.tar.bz2
nuttx-a06b05f9704d71efb74e21095fe6e4e62b5c45d5.zip
Fix .PHONY targets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1934 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/examples/nxflat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/nxflat/Makefile b/nuttx/examples/nxflat/Makefile
index d597b3b3f..3dd485f4d 100644
--- a/nuttx/examples/nxflat/Makefile
+++ b/nuttx/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, $<, $@)