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/graphics/screenshot/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/graphics') diff --git a/apps/graphics/screenshot/Makefile b/apps/graphics/screenshot/Makefile index 73e5ff28a..f0659915b 100644 --- a/apps/graphics/screenshot/Makefile +++ b/apps/graphics/screenshot/Makefile @@ -94,6 +94,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS) install: $(INSTALL_DIR)/$(PROGNAME) +#else install: endif -- cgit v1.2.3