Changeset 196094eb in rtems for c/src/exec/score/include/rtems/score/Makefile.in
- Timestamp:
- 04/19/99 13:19:14 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5dc30fb
- Parents:
- 9572c41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/include/rtems/score/Makefile.in
r9572c41 r196094eb 35 35 SRCS=$(H_FILES) $(TARGOPTS) 36 36 37 include $(RTEMS_ROOT)/make/custom/$ (RTEMS_BSP).cfg37 include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg 38 38 include $(RTEMS_ROOT)/make/leaf.cfg 39 39 … … 75 75 @echo "#define $(RTEMS_CPU_MODEL) 1" >>$@ 76 76 @echo >>$@ 77 @echo "#ifdef $ (RTEMS_BSP)" >>$@78 @echo "#undef $ (RTEMS_BSP)" >>$@77 @echo "#ifdef ${RTEMS_BSP}" >>$@ 78 @echo "#undef ${RTEMS_BSP}" >>$@ 79 79 @echo "#endif" >>$@ 80 @echo "#define $ (RTEMS_BSP)1" >>$@80 @echo "#define ${RTEMS_BSP} 1" >>$@ 81 81 @echo >>$@ 82 82 @$(make-target-options)
Note: See TracChangeset
for help on using the changeset viewer.