summaryrefslogtreecommitdiff
path: root/nuttx/examples/poll/Makefile.host
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/poll/Makefile.host')
-rw-r--r--nuttx/examples/poll/Makefile.host6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/examples/poll/Makefile.host b/nuttx/examples/poll/Makefile.host
index 90a448e92..151400efc 100644
--- a/nuttx/examples/poll/Makefile.host
+++ b/nuttx/examples/poll/Makefile.host
@@ -1,7 +1,7 @@
############################################################################
# examples/poll/Makefile.host
#
-# Copyright (C) 2008 Gregory Nutt. All rights reserved.
+# Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -41,9 +41,9 @@ BIN = host
DEFINES = -DTARGETIP=\"$(TARGETIP)\"
-all: $(BIN)$(EXEEXT)
+all: $(BIN)
-$(BIN)$(EXEEXT): $(SRC)
+$(BIN): $(SRC)
$(HOSTCC) $(HOSTCFLAGS) $(DEFINES) $^ -o $@
clean: