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/sysinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/sysinfo') 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 -- cgit v1.2.3