From 930ad0c0e642dc8c1cadf688a6ce2ec5bb123c9a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 23 Nov 2003 12:45:43 +0000 Subject: 2003-11-23 Ralf Corsepius * Makefile.am: Remove all LIB-related rules. --- cpukit/score/cpu/powerpc/ChangeLog | 4 ++++ cpukit/score/cpu/powerpc/Makefile.am | 12 +----------- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index c7d889aa07..1b2834fd21 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-23 Ralf Corsepius + + * Makefile.am: Remove all LIB-related rules. + 2003-11-23 Ralf Corsepius * Makefile.am: Don't use gmake rules for preinstallation. diff --git a/cpukit/score/cpu/powerpc/Makefile.am b/cpukit/score/cpu/powerpc/Makefile.am index 134ac7d868..b866420dab 100644 --- a/cpukit/score/cpu/powerpc/Makefile.am +++ b/cpukit/score/cpu/powerpc/Makefile.am @@ -23,17 +23,7 @@ include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h include_rtems_powerpcdir = $(includedir)/rtems/powerpc include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h -C_FILES = # cpu.c -OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) - -S_FILES = # cpu_asm.S -OBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) - -$(LIB): $(OBJS) - $(make-library) - -all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \ - $(TMPINSTALL_FILES) +all-local: $(PREINSTALL_FILES) PREINSTALL_FILES = -- cgit v1.2.3