summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx/exceptions
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-05 22:48:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-05 22:48:47 +0000
commit98f3cfa1a614dfbf8ab261b8b1a85043f0086764 (patch)
tree95a24fc48fad57285655a84c2f35dc7a1ee3ea47 /c/src/lib/libcpu/powerpc/mpc6xx/exceptions
parent2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-98f3cfa1a614dfbf8ab261b8b1a85043f0086764.tar.bz2
2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc505/ictrl/Makefile.am, mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am, mpc6xx/mmu/Makefile.am, mpc8xx/include/Makefile.am, new_exception_processing/Makefile.am, old_exception_processing/Makefile.am, pc403/ictrl/Makefile.am, shared/include/Makefile.am, shared/src/Makefile.am: Apply *_HEADERS instead of *H_FILES. * shared/src/.cvsignore: Add cache.h.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc6xx/exceptions')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am
index d79699810d..7bc445eae4 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am
@@ -10,7 +10,9 @@ C_FILES = raw_exception.c
S_FILES = asm_utils.S
-H_FILES = raw_exception.h
+include_libcpudir = $(includedir)/libcpu
+
+include_libcpu_HEADERS = raw_exception.h
exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) \
$(S_FILES:%.S=$(ARCH)/%.o)
@@ -32,7 +34,7 @@ $(PGM): $(exceptions_rel_OBJECTS)
$(make-rel)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
- $(PROJECT_INCLUDE)/libcpu/raw_exception.h
+ $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)