summaryrefslogtreecommitdiff
path: root/apps/system
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/system
parenta700bdbd925462de80f3738497701ca675f0893e (diff)
downloadnuttx-59d85ec1674ab8c3043d01d95b77e50ebe73f721.tar.gz
nuttx-59d85ec1674ab8c3043d01d95b77e50ebe73f721.tar.bz2
nuttx-59d85ec1674ab8c3043d01d95b77e50ebe73f721.zip
Add missing else from last big change
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/cdcacm/Makefile1
-rw-r--r--apps/system/composite/Makefile1
-rw-r--r--apps/system/flash_eraseall/Makefile1
-rw-r--r--apps/system/free/Makefile1
-rw-r--r--apps/system/hex2bin/Makefile1
-rw-r--r--apps/system/i2c/Makefile1
-rw-r--r--apps/system/install/Makefile1
-rw-r--r--apps/system/mdio/Makefile1
-rw-r--r--apps/system/nxplayer/Makefile1
-rw-r--r--apps/system/poweroff/Makefile1
-rw-r--r--apps/system/prun/Makefile1
-rw-r--r--apps/system/ramtest/Makefile1
-rw-r--r--apps/system/ramtron/Makefile1
-rw-r--r--apps/system/sdcard/Makefile1
-rw-r--r--apps/system/sudoku/Makefile1
-rw-r--r--apps/system/sysinfo/Makefile1
-rw-r--r--apps/system/usbmsc/Makefile1
-rw-r--r--apps/system/vi/Makefile1
-rw-r--r--apps/system/zmodem/Makefile1
19 files changed, 19 insertions, 0 deletions
diff --git a/apps/system/cdcacm/Makefile b/apps/system/cdcacm/Makefile
index be8c8dfdd..e12aae32a 100644
--- a/apps/system/cdcacm/Makefile
+++ b/apps/system/cdcacm/Makefile
@@ -94,6 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/composite/Makefile b/apps/system/composite/Makefile
index 837e159bd..01f2af127 100644
--- a/apps/system/composite/Makefile
+++ b/apps/system/composite/Makefile
@@ -94,6 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/flash_eraseall/Makefile b/apps/system/flash_eraseall/Makefile
index f9784d0a3..95212b038 100644
--- a/apps/system/flash_eraseall/Makefile
+++ b/apps/system/flash_eraseall/Makefile
@@ -98,6 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/free/Makefile b/apps/system/free/Makefile
index 5b6ac431a..14255ae4e 100644
--- a/apps/system/free/Makefile
+++ b/apps/system/free/Makefile
@@ -94,6 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/hex2bin/Makefile b/apps/system/hex2bin/Makefile
index 0eeecb131..55e4ca615 100644
--- a/apps/system/hex2bin/Makefile
+++ b/apps/system/hex2bin/Makefile
@@ -123,6 +123,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/i2c/Makefile b/apps/system/i2c/Makefile
index baff663ec..4646c887d 100644
--- a/apps/system/i2c/Makefile
+++ b/apps/system/i2c/Makefile
@@ -87,6 +87,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/install/Makefile b/apps/system/install/Makefile
index 55e51398c..49e614001 100644
--- a/apps/system/install/Makefile
+++ b/apps/system/install/Makefile
@@ -98,6 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/mdio/Makefile b/apps/system/mdio/Makefile
index 1c9b668e1..90682658b 100644
--- a/apps/system/mdio/Makefile
+++ b/apps/system/mdio/Makefile
@@ -90,6 +90,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/nxplayer/Makefile b/apps/system/nxplayer/Makefile
index 2c2ae823d..95100604a 100644
--- a/apps/system/nxplayer/Makefile
+++ b/apps/system/nxplayer/Makefile
@@ -100,6 +100,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/poweroff/Makefile b/apps/system/poweroff/Makefile
index 98f47bfae..528737bea 100644
--- a/apps/system/poweroff/Makefile
+++ b/apps/system/poweroff/Makefile
@@ -98,6 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/prun/Makefile b/apps/system/prun/Makefile
index 4cccbc492..10581e520 100644
--- a/apps/system/prun/Makefile
+++ b/apps/system/prun/Makefile
@@ -104,6 +104,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/ramtest/Makefile b/apps/system/ramtest/Makefile
index 0471dd25c..cd8141caa 100644
--- a/apps/system/ramtest/Makefile
+++ b/apps/system/ramtest/Makefile
@@ -91,6 +91,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile
index 62a25e609..d9f13d731 100644
--- a/apps/system/ramtron/Makefile
+++ b/apps/system/ramtron/Makefile
@@ -98,6 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/sdcard/Makefile b/apps/system/sdcard/Makefile
index e314ab682..1707121ff 100644
--- a/apps/system/sdcard/Makefile
+++ b/apps/system/sdcard/Makefile
@@ -98,6 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/sudoku/Makefile b/apps/system/sudoku/Makefile
index f92d845d2..2d463b748 100644
--- a/apps/system/sudoku/Makefile
+++ b/apps/system/sudoku/Makefile
@@ -94,6 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/sysinfo/Makefile b/apps/system/sysinfo/Makefile
index 7c0fa677e..5232cb427 100644
--- a/apps/system/sysinfo/Makefile
+++ b/apps/system/sysinfo/Makefile
@@ -99,6 +99,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/usbmsc/Makefile b/apps/system/usbmsc/Makefile
index 781dc6da6..8910b29ca 100644
--- a/apps/system/usbmsc/Makefile
+++ b/apps/system/usbmsc/Makefile
@@ -97,6 +97,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/vi/Makefile b/apps/system/vi/Makefile
index 3fcafeac1..bbeae53dd 100644
--- a/apps/system/vi/Makefile
+++ b/apps/system/vi/Makefile
@@ -95,6 +95,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif
diff --git a/apps/system/zmodem/Makefile b/apps/system/zmodem/Makefile
index 2f07eb1bd..b93c9322c 100644
--- a/apps/system/zmodem/Makefile
+++ b/apps/system/zmodem/Makefile
@@ -94,6 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
+#else
install:
endif