Build rtems-cpu.rel in this directory.

This commit is contained in:
Joel Sherrill
2000-07-10 19:01:20 +00:00
parent 9df5323fc1
commit 74d5216590
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)