From ace042980dae9ed87b9e80e850ed8017269c0cc6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 11:34:58 +0000 Subject: 2003-12-02 Ralf Corsepius * Makefile.am: Remove include_rtems_score_HEADERS. Reformat for preinstallation dirstamp support. --- .../powerpc/support/new_exception_processing/ChangeLog | 5 +++++ .../support/new_exception_processing/Makefile.am | 17 ----------------- 2 files changed, 5 insertions(+), 17 deletions(-) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog index 68bc6b4da2..38b7ac300a 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog @@ -1,3 +1,8 @@ +2003-12-02 Ralf Corsepius + + * Makefile.am: Remove include_rtems_score_HEADERS. + Reformat for preinstallation dirstamp support. + 2003-12-02 Ralf Corsepius * Makefile.am: Remove all-local: $(ARCH). diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am index 0366579310..9bcad871b5 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am @@ -2,16 +2,11 @@ ## $Id$ ## - ACLOCAL_AMFLAGS = -I ../../../../../aclocal C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) -include_rtems_scoredir = $(includedir)/rtems/score - -include_rtems_score_HEADERS = - S_FILES = cpu_asm.S S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT)) @@ -22,18 +17,6 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ - $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%) - -$(PROJECT_INCLUDE): - $(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/rtems/score: - $(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/%: % - $(INSTALL_DATA) $< $@ - REL = $(ARCH)/rtems-cpu.rel $(REL): $(C_O_FILES) $(S_O_FILES) -- cgit v1.2.3