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/examples/nxlines/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/nxlines') diff --git a/apps/examples/nxlines/Makefile b/apps/examples/nxlines/Makefile index 854a6fce2..f35de2769 100644 --- a/apps/examples/nxlines/Makefile +++ b/apps/examples/nxlines/Makefile @@ -90,7 +90,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS) install: $(INSTALL_DIR)/$(PROGNAME) -#else +else install: endif -- cgit v1.2.3