Changeset 78fdf2b8 in rtems
- Timestamp:
- 02/17/98 23:33:53 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 818c361
- Parents:
- 98401e0
- Location:
- c/src/exec/sapi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/headers/Makefile.in
r98401e0 r78fdf2b8 31 31 CLOBBER_ADDITIONS += 32 32 33 all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/s core/sptables.h33 all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/sptables.h 34 34 $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/ 35 35 $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE) 36 36 37 $(PROJECT_INCLUDE)/rtems/s core/sptables.h: $(ARCH)/sptables.h-tmp37 $(PROJECT_INCLUDE)/rtems/sptables.h: $(ARCH)/sptables.h-tmp 38 38 $(INSTALL) -m 444 $(ARCH)/sptables.h-tmp $@ 39 39 40 $(ARCH)/sptables.h-tmp: $( ARCH)sptables.h40 $(ARCH)/sptables.h-tmp: $(srcdir)/sptables.h 41 41 $(SED) -e 's?REPLACE_THIS_WITH_THE_BSP?$(RTEMS_BSP)?' \ 42 42 < $< >$(ARCH)/sptables.h-tmp -
c/src/exec/sapi/include/rtems/Makefile.in
r98401e0 r78fdf2b8 31 31 CLOBBER_ADDITIONS += 32 32 33 all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/s core/sptables.h33 all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/sptables.h 34 34 $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/ 35 35 $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE) 36 36 37 $(PROJECT_INCLUDE)/rtems/s core/sptables.h: $(ARCH)/sptables.h-tmp37 $(PROJECT_INCLUDE)/rtems/sptables.h: $(ARCH)/sptables.h-tmp 38 38 $(INSTALL) -m 444 $(ARCH)/sptables.h-tmp $@ 39 39 40 $(ARCH)/sptables.h-tmp: $( ARCH)sptables.h40 $(ARCH)/sptables.h-tmp: $(srcdir)/sptables.h 41 41 $(SED) -e 's?REPLACE_THIS_WITH_THE_BSP?$(RTEMS_BSP)?' \ 42 42 < $< >$(ARCH)/sptables.h-tmp
Note: See TracChangeset
for help on using the changeset viewer.