Changeset f3f0c916 in rtems
- Timestamp:
- 07/08/03 08:12:59 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 550c3df7
- Parents:
- 9483fbf
- Location:
- cpukit/libblock
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libblock/ChangeLog
r9483fbf rf3f0c916 1 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove (Merged into ../configure.ac). 4 * Makefile.am: Reflect having merged configure.ac into 5 ../configure.ac. 6 1 7 2003-06-04 Joel Sherrill <joel@OARcorp.com> 2 8 -
cpukit/libblock/Makefile.am
r9483fbf rf3f0c916 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../aclocal 6 7 include $(top_srcdir)/../automake/multilib.am 8 include $(top_srcdir)/../automake/compile.am 9 include $(top_srcdir)/../automake/lib.am 5 include $(top_srcdir)/automake/multilib.am 6 include $(top_srcdir)/automake/compile.am 7 include $(top_srcdir)/automake/lib.am 10 8 11 9 include_rtemsdir = $(includedir)/rtems … … 42 40 all-local: $(PREINSTALL_FILES) ${ARCH} $(LIB) 43 41 44 include $(top_srcdir)/ ../automake/local.am42 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.