From 70d689aed44d7568310dec851d0a773a850ba66a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Aug 2001 22:08:46 +0000 Subject: 2001-08-09 Fernando-Ruiz Casas * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: Updates. --- cpukit/libmisc/shell/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libmisc/shell/Makefile.am') diff --git a/cpukit/libmisc/shell/Makefile.am b/cpukit/libmisc/shell/Makefile.am index fc75a4f81c..69df9e8ca6 100644 --- a/cpukit/libmisc/shell/Makefile.am +++ b/cpukit/libmisc/shell/Makefile.am @@ -9,7 +9,7 @@ include_rtemsdir = $(includedir)/rtems LIBNAME = libshell-tmp LIB = $(ARCH)/$(LIBNAME).a -C_FILES = cmds.c shell.c pty.c +C_FILES = cmds.c shell.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) include_rtems_HEADERS = shell.h @@ -39,6 +39,6 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) -EXTRA_DIST = README shell.c cmds.c pty.c shell.h +EXTRA_DIST = README shell.c cmds.c shell.h include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3