From 78fdf2b8c02634ad07aec0fb1dd8a8a440942877 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Feb 1998 23:33:53 +0000 Subject: Installing sptables with version information. --- c/src/exec/sapi/include/rtems/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/exec/sapi/include/rtems/Makefile.in') 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 -- cgit v1.2.3