summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 23:33:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 23:33:53 +0000
commit78fdf2b8c02634ad07aec0fb1dd8a8a440942877 (patch)
treeef6f2eecbd35677ed395597ef21a82d7a390c038
parentmods from Ralf Corsepius (diff)
downloadrtems-78fdf2b8c02634ad07aec0fb1dd8a8a440942877.tar.bz2
Installing sptables with version information.
Diffstat (limited to '')
-rw-r--r--c/src/exec/sapi/headers/Makefile.in6
-rw-r--r--c/src/exec/sapi/include/rtems/Makefile.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/c/src/exec/sapi/headers/Makefile.in b/c/src/exec/sapi/headers/Makefile.in
index cbc9a76a0f..109bb18c44 100644
--- a/c/src/exec/sapi/headers/Makefile.in
+++ b/c/src/exec/sapi/headers/Makefile.in
@@ -30,14 +30,14 @@ include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
-all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/score/sptables.h
+all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/sptables.h
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/
$(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE)
-$(PROJECT_INCLUDE)/rtems/score/sptables.h: $(ARCH)/sptables.h-tmp
+$(PROJECT_INCLUDE)/rtems/sptables.h: $(ARCH)/sptables.h-tmp
$(INSTALL) -m 444 $(ARCH)/sptables.h-tmp $@
-$(ARCH)/sptables.h-tmp: $(ARCH) sptables.h
+$(ARCH)/sptables.h-tmp: $(srcdir)/sptables.h
$(SED) -e 's?REPLACE_THIS_WITH_THE_BSP?$(RTEMS_BSP)?' \
< $< >$(ARCH)/sptables.h-tmp
diff --git a/c/src/exec/sapi/include/rtems/Makefile.in b/c/src/exec/sapi/include/rtems/Makefile.in
index cbc9a76a0f..109bb18c44 100644
--- a/c/src/exec/sapi/include/rtems/Makefile.in
+++ b/c/src/exec/sapi/include/rtems/Makefile.in
@@ -30,14 +30,14 @@ include $(RTEMS_ROOT)/make/leaf.cfg
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
-all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/score/sptables.h
+all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/sptables.h
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/
$(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE)
-$(PROJECT_INCLUDE)/rtems/score/sptables.h: $(ARCH)/sptables.h-tmp
+$(PROJECT_INCLUDE)/rtems/sptables.h: $(ARCH)/sptables.h-tmp
$(INSTALL) -m 444 $(ARCH)/sptables.h-tmp $@
-$(ARCH)/sptables.h-tmp: $(ARCH) sptables.h
+$(ARCH)/sptables.h-tmp: $(srcdir)/sptables.h
$(SED) -e 's?REPLACE_THIS_WITH_THE_BSP?$(RTEMS_BSP)?' \
< $< >$(ARCH)/sptables.h-tmp