summaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 10:54:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 10:54:58 -0600
commita4d7e282806939ce47853db9de0e80471b0e256f (patch)
tree729184b1f71c606e704e5f1e9d9fb1471f00d3c9 /apps/system
parent59d85ec1674ab8c3043d01d95b77e50ebe73f721 (diff)
downloadnuttx-a4d7e282806939ce47853db9de0e80471b0e256f.tar.gz
nuttx-a4d7e282806939ce47853db9de0e80471b0e256f.tar.bz2
nuttx-a4d7e282806939ce47853db9de0e80471b0e256f.zip
Oops wrong else
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/cdcacm/Makefile2
-rw-r--r--apps/system/composite/Makefile2
-rw-r--r--apps/system/flash_eraseall/Makefile2
-rw-r--r--apps/system/free/Makefile2
-rw-r--r--apps/system/hex2bin/Makefile2
-rw-r--r--apps/system/i2c/Makefile2
-rw-r--r--apps/system/install/Makefile2
-rw-r--r--apps/system/mdio/Makefile2
-rw-r--r--apps/system/nxplayer/Makefile2
-rw-r--r--apps/system/poweroff/Makefile2
-rw-r--r--apps/system/prun/Makefile2
-rw-r--r--apps/system/ramtest/Makefile2
-rw-r--r--apps/system/ramtron/Makefile2
-rw-r--r--apps/system/sdcard/Makefile2
-rw-r--r--apps/system/sudoku/Makefile2
-rw-r--r--apps/system/sysinfo/Makefile2
-rw-r--r--apps/system/usbmsc/Makefile2
-rw-r--r--apps/system/vi/Makefile2
-rw-r--r--apps/system/zmodem/Makefile2
19 files changed, 19 insertions, 19 deletions
diff --git a/apps/system/cdcacm/Makefile b/apps/system/cdcacm/Makefile
index e12aae32a..e00a02d36 100644
--- a/apps/system/cdcacm/Makefile
+++ b/apps/system/cdcacm/Makefile
@@ -94,7 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/composite/Makefile b/apps/system/composite/Makefile
index 01f2af127..b7976839d 100644
--- a/apps/system/composite/Makefile
+++ b/apps/system/composite/Makefile
@@ -94,7 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/flash_eraseall/Makefile b/apps/system/flash_eraseall/Makefile
index 95212b038..f334c685c 100644
--- a/apps/system/flash_eraseall/Makefile
+++ b/apps/system/flash_eraseall/Makefile
@@ -98,7 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/free/Makefile b/apps/system/free/Makefile
index 14255ae4e..62de5601d 100644
--- a/apps/system/free/Makefile
+++ b/apps/system/free/Makefile
@@ -94,7 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/hex2bin/Makefile b/apps/system/hex2bin/Makefile
index 55e4ca615..13bac85ea 100644
--- a/apps/system/hex2bin/Makefile
+++ b/apps/system/hex2bin/Makefile
@@ -123,7 +123,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/i2c/Makefile b/apps/system/i2c/Makefile
index 4646c887d..d6e355c88 100644
--- a/apps/system/i2c/Makefile
+++ b/apps/system/i2c/Makefile
@@ -87,7 +87,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/install/Makefile b/apps/system/install/Makefile
index 49e614001..aa3477c06 100644
--- a/apps/system/install/Makefile
+++ b/apps/system/install/Makefile
@@ -98,7 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/mdio/Makefile b/apps/system/mdio/Makefile
index 90682658b..fb25cf7ae 100644
--- a/apps/system/mdio/Makefile
+++ b/apps/system/mdio/Makefile
@@ -90,7 +90,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/nxplayer/Makefile b/apps/system/nxplayer/Makefile
index 95100604a..5597e6af0 100644
--- a/apps/system/nxplayer/Makefile
+++ b/apps/system/nxplayer/Makefile
@@ -100,7 +100,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/poweroff/Makefile b/apps/system/poweroff/Makefile
index 528737bea..50340c723 100644
--- a/apps/system/poweroff/Makefile
+++ b/apps/system/poweroff/Makefile
@@ -98,7 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/prun/Makefile b/apps/system/prun/Makefile
index 10581e520..8b0cfafc8 100644
--- a/apps/system/prun/Makefile
+++ b/apps/system/prun/Makefile
@@ -104,7 +104,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/ramtest/Makefile b/apps/system/ramtest/Makefile
index cd8141caa..01146b997 100644
--- a/apps/system/ramtest/Makefile
+++ b/apps/system/ramtest/Makefile
@@ -91,7 +91,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile
index d9f13d731..45db17f56 100644
--- a/apps/system/ramtron/Makefile
+++ b/apps/system/ramtron/Makefile
@@ -98,7 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/sdcard/Makefile b/apps/system/sdcard/Makefile
index 1707121ff..4a9642147 100644
--- a/apps/system/sdcard/Makefile
+++ b/apps/system/sdcard/Makefile
@@ -98,7 +98,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/sudoku/Makefile b/apps/system/sudoku/Makefile
index 2d463b748..8b24f3c79 100644
--- a/apps/system/sudoku/Makefile
+++ b/apps/system/sudoku/Makefile
@@ -94,7 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/sysinfo/Makefile b/apps/system/sysinfo/Makefile
index 5232cb427..f57bba577 100644
--- a/apps/system/sysinfo/Makefile
+++ b/apps/system/sysinfo/Makefile
@@ -99,7 +99,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/usbmsc/Makefile b/apps/system/usbmsc/Makefile
index 8910b29ca..c7433fcb5 100644
--- a/apps/system/usbmsc/Makefile
+++ b/apps/system/usbmsc/Makefile
@@ -97,7 +97,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/vi/Makefile b/apps/system/vi/Makefile
index bbeae53dd..0d810651f 100644
--- a/apps/system/vi/Makefile
+++ b/apps/system/vi/Makefile
@@ -95,7 +95,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif
diff --git a/apps/system/zmodem/Makefile b/apps/system/zmodem/Makefile
index b93c9322c..1e588bb38 100644
--- a/apps/system/zmodem/Makefile
+++ b/apps/system/zmodem/Makefile
@@ -94,7 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif