From a06b05f9704d71efb74e21095fe6e4e62b5c45d5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 23 Jun 2009 23:04:52 +0000 Subject: Fix .PHONY targets git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1934 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nxflat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, $<, $@) -- cgit v1.2.3