Changeset ba024755 in rtems
- Timestamp:
- 01/22/98 15:20:43 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fdff6bf2
- Parents:
- 9ad1f13
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r9ad1f13 rba024755 1584 1584 fi 1585 1585 1586 RTEMS_ROOT= `cd $srcdir; pwd`1587 PROJECT_ROOT=`pwd ;`1586 RTEMS_ROOT=$srcdir 1587 PROJECT_ROOT=`pwd` 1588 1588 1589 1589 # If RTEMS macros are enabled, then use them. Otherwise, use inlines. -
configure.in
r9ad1f13 rba024755 270 270 fi 271 271 272 RTEMS_ROOT= `cd $srcdir; pwd`273 PROJECT_ROOT=`pwd ;`272 RTEMS_ROOT=$srcdir 273 PROJECT_ROOT=`pwd` 274 274 275 275 # If RTEMS macros are enabled, then use them. Otherwise, use inlines.
Note: See TracChangeset
for help on using the changeset viewer.