From a942a7ef75bcf5c7a50111a5c8b915aec5868101 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Oct 2001 23:55:27 +0000 Subject: 2001-10-24 Ralf Corsepius * mpc8260/exceptions/Makefile.am, mpc8260/include/Makefile.am, mpc8xx/exceptions/Makefile.am: Updated to autoconf 2.52. --- c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am') diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am index 3ef944acf4..bfc3d5b861 100644 --- a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am @@ -10,7 +10,8 @@ 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 +33,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) -- cgit v1.2.3