From 758b4f7053e8ed4d614fdd7eb8ea5d23c74304d3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 13:30:44 -0600 Subject: Customize the program name in the generic setup that was added to each makefile that installs a program --- apps/examples/udp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/udp') diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile index c2cf76e47..e56e800a9 100644 --- a/apps/examples/udp/Makefile +++ b/apps/examples/udp/Makefile @@ -86,7 +86,7 @@ else INSTALL_DIR = $(BIN_DIR) endif -CONFIG_XYZ_PROGNAME ?= xyz$(EXEEXT) +CONFIG_XYZ_PROGNAME ?= udp$(EXEEXT) PROGNAME = $(CONFIG_XYZ_PROGNAME) ROOTDEPPATH = --dep-path . -- cgit v1.2.3