From 236f0c0aa20e817bed9d3625ef3ebb14c44d6fae Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 13 Sep 2012 12:36:32 +0000 Subject: Rename all apps/examples/-/main.c to something unique git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5141 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/thttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/thttpd/Makefile') diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile index 9df26af35..606e717dc 100644 --- a/apps/examples/thttpd/Makefile +++ b/apps/examples/thttpd/Makefile @@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs # THTTPD Web Server Example ASRCS = -CSRCS = main.c +CSRCS = thttpd_main.c AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -- cgit v1.2.3