From 60051cba0cf424e01ef2eda09816ee8945867b6d Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 20 Mar 2011 22:07:56 +0000 Subject: More build fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3407 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/dhcpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/netutils/dhcpc/Makefile') diff --git a/apps/netutils/dhcpc/Makefile b/apps/netutils/dhcpc/Makefile index f1273407b..26f9c9e12 100644 --- a/apps/netutils/dhcpc/Makefile +++ b/apps/netutils/dhcpc/Makefile @@ -52,7 +52,7 @@ COBJS = $(CSRCS:.c=$(OBJEXT)) SRCS = $(ASRCS) $(CSRCS) OBJS = $(AOBJS) $(COBJS) -BIN = ../../libapps$(LIBEXT) +BIN = $(APPDIR)/libapps$(LIBEXT) ROOTDEPPATH = --dep-path . @@ -86,7 +86,7 @@ endif depend: .depend clean: - @rm -f $(BIN) *.o *~ .*.swp .built + @rm -f *.o *~ .*.swp .built $(call CLEAN) distclean: clean -- cgit v1.2.3