From 126660c57df9c4e8ddde2284cff099de9a8eb438 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Dec 2002 06:09:21 +0000 Subject: 2002-12-12 Ralf Corsepius * configure.ac: Require autoconf-2.57+automake-1.7.2. * capture/Makefile.am: Eliminate C_O_FILES. * cpuuse/Makefile.am: Ditto. * devnull/Makefile.am: Ditto. * dummy/Makefile.am: Ditto. * dumpbuf/Makefile.am: Ditto. * monitor/Makefile.am: Ditto. * rtmonuse/Makefile.am: Ditto. * serdbg/Makefile.am: Ditto. * shell/Makefile.am: Ditto. * stackchk/Makefile.am: Ditto. * untar/Makefile.am: Ditto. * mw-fb/Makefile.am: Eliminate C_O_FILES. Eliminate SRCS. --- cpukit/libmisc/shell/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/libmisc/shell/Makefile.am') diff --git a/cpukit/libmisc/shell/Makefile.am b/cpukit/libmisc/shell/Makefile.am index 90f7b78e60..391a92f361 100644 --- a/cpukit/libmisc/shell/Makefile.am +++ b/cpukit/libmisc/shell/Makefile.am @@ -9,14 +9,12 @@ LIBNAME = libshell-tmp LIB = $(ARCH)/$(LIBNAME).a C_FILES = cmds.c shell.c -C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) +OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) if RTEMS_LIBSHELL include_rtems_HEADERS = shell.h endif -OBJS = $(C_O_FILES) - include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/lib.am -- cgit v1.2.3