Changeset f2fc5cf in rtems
- Timestamp:
- 12/02/03 04:40:06 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 45d7f4c
- Parents:
- 306a66e
- Location:
- c/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r306a66e rf2fc5cf 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * support/Makefile.am: Remove all-local: $(ARCH). 4 * wrapup/Makefile.am: Remove all-local: $(ARCH). 5 1 6 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/support/Makefile.am
r306a66e rf2fc5cf 16 16 $(make-library) 17 17 18 all-local: $( ARCH) $(LIB)18 all-local: $(LIB) 19 19 20 20 include $(top_srcdir)/automake/local.am -
c/src/wrapup/Makefile.am
r306a66e rf2fc5cf 37 37 TMPINSTALL_FILES += $(LIB) 38 38 39 all-local: $( ARCH) $(LIB) $(TMPINSTALL_FILES)39 all-local: $(LIB) $(TMPINSTALL_FILES) 40 40 41 41 $(LIB): $(SRCS)
Note: See TracChangeset
for help on using the changeset viewer.