From 66c3d66d846c1944bce9192f5898e01133d7f722 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 10:05:01 -0600 Subject: Only one install target per Makefile --- apps/system/prun/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'apps/system/prun') diff --git a/apps/system/prun/Makefile b/apps/system/prun/Makefile index 430b48d4d..1ee853d8e 100644 --- a/apps/system/prun/Makefile +++ b/apps/system/prun/Makefile @@ -97,22 +97,18 @@ $(COBJS): %$(OBJEXT): %.c $(call ARCHIVE, $(BIN), $(OBJS)) @touch .built +install: + ifeq ($(CONFIG_NSH_BUILTIN_APPS),y) ifeq ($(CONFIG_SYSTEM_PEXEC),y) $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile $(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main) -install: - context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat else -install: - context: endif else -install: - context: endif -- cgit v1.2.3