summaryrefslogtreecommitdiff
path: root/apps/examples/modbus
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/examples/modbus
parenta700bdbd925462de80f3738497701ca675f0893e (diff)
downloadnuttx-59d85ec1674ab8c3043d01d95b77e50ebe73f721.tar.gz
nuttx-59d85ec1674ab8c3043d01d95b77e50ebe73f721.tar.bz2
nuttx-59d85ec1674ab8c3043d01d95b77e50ebe73f721.zip
Add missing else from last big change
Diffstat (limited to 'apps/examples/modbus')
-rw-r--r--apps/examples/modbus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/modbus/Makefile b/apps/examples/modbus/Makefile
index df86b76a4..3fe6dcfe2 100644
--- a/apps/examples/modbus/Makefile
+++ b/apps/examples/modbus/Makefile
@@ -90,6 +90,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif