summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/new_exception_processing/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-10 19:01:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-10 19:01:20 +0000
commit74d521659080474057afc9c439f2169cc6bd5ca5 (patch)
tree96a59f52010f669322727c7ebdbc724d648d5135 /c/src/lib/libcpu/powerpc/new_exception_processing/Makefile.am
parentFixed typo. (diff)
downloadrtems-74d521659080474057afc9c439f2169cc6bd5ca5.tar.bz2
Build rtems-cpu.rel in this directory.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/new_exception_processing/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/new_exception_processing/Makefile.am b/c/src/lib/libcpu/powerpc/new_exception_processing/Makefile.am
index f6b84c4969..dc66f32648 100644
--- a/c/src/lib/libcpu/powerpc/new_exception_processing/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/new_exception_processing/Makefile.am
@@ -38,7 +38,7 @@ $(PROJECT_INCLUDE)/rtems/score/%: %
$(PROJECT_INCLUDE)/%: %
$(INSTALL_DATA) $< $@
-REL = ../$(ARCH)/rtems-cpu.rel
+REL = $(ARCH)/rtems-cpu.rel
$(REL): $(C_O_FILES) $(S_O_FILES)
test -d ../$(ARCH) || mkdir ../$(ARCH)