Changeset 5c3511e in rtems for c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in
- Timestamp:
- Jan 30, 1998, 9:49:51 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 594a413
- Parents:
- 421dfef6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in
r421dfef6 r5c3511e 5 5 @SET_MAKE@ 6 6 srcdir = @srcdir@ 7 top_srcdir = @top_srcdir@8 7 VPATH = @srcdir@ 9 RTEMS_ROOT = @ RTEMS_ROOT@8 RTEMS_ROOT = @top_srcdir@ 10 9 PROJECT_ROOT = @PROJECT_ROOT@ 11 RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg12 10 13 11 # we use host compiler here for genoffsets. Hopefully it has same alignment!! … … 26 24 PGMS=${ARCH}/print_dump 27 25 28 include $(RTEMS_ CUSTOM)26 include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg 29 27 include $(RTEMS_ROOT)/make/leaf.cfg 30 28
Note: See TracChangeset
for help on using the changeset viewer.