doxygen is a phony target (trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@334 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2007-05-21 22:49:12 +00:00
commit 05822903f7

View file

@ -161,5 +161,5 @@ distclean: clean
$(Q)printf " CC $(subst $(shell pwd)/,,$(@))\n"
$(Q)$(CC) $(CFLAGS) -o $@ -c $<
.PHONY: doc depends prepare prepare2 clean distclean
.PHONY: doc doxygen depends prepare prepare2 clean distclean