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