From 59d85ec1674ab8c3043d01d95b77e50ebe73f721 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 10:51:18 -0600 Subject: Add missing else from last big change --- apps/system/cdcacm/Makefile | 1 + apps/system/composite/Makefile | 1 + apps/system/flash_eraseall/Makefile | 1 + apps/system/free/Makefile | 1 + apps/system/hex2bin/Makefile | 1 + apps/system/i2c/Makefile | 1 + apps/system/install/Makefile | 1 + apps/system/mdio/Makefile | 1 + apps/system/nxplayer/Makefile | 1 + apps/system/poweroff/Makefile | 1 + apps/system/prun/Makefile | 1 + apps/system/ramtest/Makefile | 1 + apps/system/ramtron/Makefile | 1 + apps/system/sdcard/Makefile | 1 + apps/system/sudoku/Makefile | 1 + apps/system/sysinfo/Makefile | 1 + apps/system/usbmsc/Makefile | 1 + apps/system/vi/Makefile | 1 + apps/system/zmodem/Makefile | 1 + 19 files changed, 19 insertions(+) (limited to 'apps/system') 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 -- cgit v1.2.3