summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 11:34:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 11:34:58 +0000
commitace042980dae9ed87b9e80e850ed8017269c0cc6 (patch)
tree463851128815622bc7d2d86d560e61f388e2bc58 /c/src/lib/libbsp
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ace042980dae9ed87b9e80e850ed8017269c0cc6.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove include_rtems_score_HEADERS. Reformat for preinstallation dirstamp support.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am17
2 files changed, 5 insertions, 17 deletions
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,5 +1,10 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * Makefile.am: Remove include_rtems_score_HEADERS.
+ Reformat for preinstallation dirstamp support.
+
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* Makefile.am: Remove all-local: $(ARCH).
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
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)