summaryrefslogtreecommitdiff
path: root/apps/netutils
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 10:51:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 10:51:18 -0600
commit59d85ec1674ab8c3043d01d95b77e50ebe73f721 (patch)
tree95bcbc0c3ec4b6ef32939f2b642d70fd5373c115 /apps/netutils
parenta700bdbd925462de80f3738497701ca675f0893e (diff)
downloadnuttx-59d85ec1674ab8c3043d01d95b77e50ebe73f721.tar.gz
nuttx-59d85ec1674ab8c3043d01d95b77e50ebe73f721.tar.bz2
nuttx-59d85ec1674ab8c3043d01d95b77e50ebe73f721.zip
Add missing else from last big change
Diffstat (limited to 'apps/netutils')
-rw-r--r--apps/netutils/thttpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/netutils/thttpd/Makefile b/apps/netutils/thttpd/Makefile
index c9d952000..4d2312b2e 100644
--- a/apps/netutils/thttpd/Makefile
+++ b/apps/netutils/thttpd/Makefile
@@ -120,6 +120,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif