From 3b4ddd5787ec357fa06e016a0fe6fbacc4f80419 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 14 Sep 2016 13:39:36 +0100 Subject: [PATCH] Makefile: update --- Applications/util/Makefile | 7 +++++-- Applications/util/Makefile.6809 | 5 ++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Applications/util/Makefile b/Applications/util/Makefile index 486aff20..23dcda7b 100644 --- a/Applications/util/Makefile +++ b/Applications/util/Makefile @@ -78,7 +78,6 @@ SRCS = banner.c \ mount.c \ od.c \ passwd.c \ - patchcpm.c \ ps.c \ sleep.c \ ssh.c \ @@ -86,6 +85,7 @@ SRCS = banner.c \ stty.c \ su.c \ tail.c \ + tchelp.c \ umount.c \ uname.c \ uniq.c \ @@ -98,7 +98,7 @@ SRCS = banner.c \ write.c \ xargs.c -SRCSBAD = sed.c socktest.c +SRCSBAD = sed.c socktest.c seltest.c OBJS = $(SRCS:.c=.rel) OBJSNS = $(SRCSNS:.c=.rel) @@ -125,6 +125,9 @@ $(OBJSBAD): %.rel: %.c .c.rel: $(FCC) $(PLATFORM) $(FCCOPTS) -c $< +tchelp: tchelp.rel + $(FCC) $(PLATFORM) $(OPTS) $< -o $@ -ltermcap + %: %.rel $(FCC) $(PLATFORM) $(OPTS) $< -o $@ diff --git a/Applications/util/Makefile.6809 b/Applications/util/Makefile.6809 index ff317733..13c357ed 100644 --- a/Applications/util/Makefile.6809 +++ b/Applications/util/Makefile.6809 @@ -85,7 +85,6 @@ SRCS = \ mount.c \ od.c \ passwd.c \ - patchcpm.c \ ps.c \ sed.c \ sleep.c \ @@ -96,6 +95,7 @@ SRCS = \ su.c \ tar.c \ tail.c \ + tchelp.c \ termcap.c \ umount.c \ uname.c \ @@ -111,8 +111,7 @@ SRCS = \ SRCTC = tget.c -SKIPPED = \ - tiddles.c \ +SKIPPED = OBJS = $(SRCS:.c=.o) -- 2.34.1