netd: build tinyirc as 'tinyirc' to match other platforms
authorAlan Cox <alan@linux.intel.com>
Sat, 2 Jun 2018 18:00:28 +0000 (19:00 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 2 Jun 2018 18:00:28 +0000 (19:00 +0100)
Applications/netd/Makefile.z80

index 41b9126..1cda615 100644 (file)
@@ -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