From 53021d4abb385455ec445fd53744427c095dd7c5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 11 Dec 2002 17:08:38 +0000 Subject: 2002-12-11 Ralf Corsepius * configure.ac: Require autoconf-2.57 + automake-1.7.2. * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS. --- cpukit/score/cpu/unix/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cpukit/score/cpu/unix/Makefile.am') diff --git a/cpukit/score/cpu/unix/Makefile.am b/cpukit/score/cpu/unix/Makefile.am index c3ddc3ce11..a6bf7da4d9 100644 --- a/cpukit/score/cpu/unix/Makefile.am +++ b/cpukit/score/cpu/unix/Makefile.am @@ -32,13 +32,11 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) C_FILES = cpu.c -C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) +OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) LIB = $(ARCH)/libscorecpu.a -libscorecpu_a_OBJECTS = $(C_O_FILES) - -$(LIB): $(libscorecpu_a_OBJECTS) +$(LIB): $(OBJS) $(make-library) all-local: $(ARCH) $(LIB) -- cgit v1.2.3