From a4d7e282806939ce47853db9de0e80471b0e256f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 10:54:58 -0600 Subject: Oops wrong else --- apps/system/poweroff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/poweroff') 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 -- cgit v1.2.3