Installing sptables with version information.

This commit is contained in:
Joel Sherrill
1998-02-17 23:33:53 +00:00
parent 98401e0a4f
commit 78fdf2b8c0
2 changed files with 6 additions and 6 deletions

View File

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

View File

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