Makefile: update
authorAlan Cox <alan@linux.intel.com>
Wed, 14 Sep 2016 12:39:36 +0000 (13:39 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 14 Sep 2016 12:39:36 +0000 (13:39 +0100)
Applications/util/Makefile
Applications/util/Makefile.6809

index 486aff2..23dcda7 100644 (file)
@@ -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 $@
 
index ff31773..13c357e 100644 (file)
@@ -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)