Changeset b91f13f9 in rtems
- Timestamp:
- 08/08/03 03:20:36 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dd984c0
- Parents:
- 6bb1897e
- Location:
- c/src/lib/libbsp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/ChangeLog
r6bb1897e rb91f13f9 1 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * shmdr/Makefile.am: Reflect having merged configure.ac into 4 ../../configure.ac. 5 1 6 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/shmdr/Makefile.am
r6bb1897e rb91f13f9 10 10 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(top_srcdir)/../../ ../../automake/compile.am13 include $(top_srcdir)/../../ ../../automake/lib.am12 include $(top_srcdir)/../../automake/compile.am 13 include $(top_srcdir)/../../automake/lib.am 14 14 15 15 # … … 51 51 setckvec.c 52 52 53 include $(top_srcdir)/../../ ../../automake/local.am53 include $(top_srcdir)/../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.