From dbd7bf12514a726f3291419721424d761c4d94c9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 18 Mar 2009 00:29:34 +0000 Subject: Fix examples/dhcpd build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1623 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/dhcpd/Makefile.host | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nuttx/examples/dhcpd/Makefile.host') diff --git a/nuttx/examples/dhcpd/Makefile.host b/nuttx/examples/dhcpd/Makefile.host index df587fdc8..8e89a1594 100644 --- a/nuttx/examples/dhcpd/Makefile.host +++ b/nuttx/examples/dhcpd/Makefile.host @@ -1,7 +1,7 @@ ############################################################################ # examples/dhcpd/Makefile.host # -# Copyright (C) 2007 Gregory Nutt. All rights reserved. +# Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -37,7 +37,7 @@ WD = ${shell pwd} TOPDIR = $(WD)/../.. include $(TOPDIR)/Make.defs -OBJS = daemon.o1 dhcpd.o1 +OBJS = host.o1 dhcpd.o1 BIN = dhcpd HOSTCFLAGS += -DCONFIG_NETUTILS_DHCPD_HOST=1 @@ -51,7 +51,6 @@ all: $(BIN) .PHONY: clean context clean_context distclean $(OBJS): %.o1: %.c - echo $(VPATH)/dhcpd.c $(HOSTCC) -c $(HOSTCFLAGS) $< -o $@ $(BIN): $(OBJS) -- cgit v1.2.3