From 435bd10b00176b31349339898c4127f95e50e919 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 2 Jun 2018 19:00:28 +0100 Subject: [PATCH] netd: build tinyirc as 'tinyirc' to match other platforms --- Applications/netd/Makefile.z80 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/netd/Makefile.z80 b/Applications/netd/Makefile.z80 index 41b91261..1cda6156 100644 --- a/Applications/netd/Makefile.z80 +++ b/Applications/netd/Makefile.z80 @@ -6,7 +6,7 @@ SRCS += linein.c tinyirc.c htget.c OBJS = $(SRCS:.c=.rel) -APPS = netd-slip telnet echoping dig httpd ping ntpdate irc htget +APPS = netd-slip telnet echoping dig httpd ping ntpdate tinyirc htget OPTS = -DNETD_LITTLE_ENDIAN @@ -39,7 +39,7 @@ ping: ping.rel gethostbyname.rel ntpdate: ntpdate.rel gethostbyname.rel fcc -o $@ $^ -irc: tinyirc.rel linein.rel gethostbyname.rel +tinyirc: tinyirc.rel linein.rel gethostbyname.rel fcc -o $@ $^ htget: htget.rel gethostbyname.rel -- 2.34.1