Changeset d66ca67 in rtems
- Timestamp:
- 08/01/02 12:00:31 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c8f1338f
- Parents:
- 48dad29
- Location:
- cpukit/rtems
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/ChangeLog
r48dad29 rd66ca67 1 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/Makefile.am: Add librtems.a. 4 1 5 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/rtems/src/Makefile.am
r48dad29 rd66ca67 3 3 ## 4 4 5 LIB = $(ARCH)/librtems.a 5 6 6 7 include $(top_srcdir)/automake/multilib.am … … 73 74 AM_CPPFLAGS += -D__RTEMS_INSIDE__ 74 75 75 all-local: ${ARCH} ${OBJS} 76 all-local: ${ARCH} $(LIB) 77 78 $(LIB): ${OBJS} 79 $(make-library) 80 76 81 77 82 EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES)
Note: See TracChangeset
for help on using the changeset viewer.