Fix .PHONY targets

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1934 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-06-23 23:04:52 +00:00
parent 4663bbd3c5
commit b66912045e

View File

@ -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, $<, $@)