Changeset 8f783b61 in rtems
- Timestamp:
- Feb 6, 2004, 11:31:26 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e20e335
- Parents:
- af333d7
- Location:
- c/src/lib/libcpu/mips
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/ChangeLog
raf333d7 r8f783b61 1 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am: 4 Don't include .../lib.am. Remove ACLOCAL_AMFLAGS. 5 * shared/Makefile.am: Don't include .../lib.am. 6 1 7 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libcpu/mips/mongoosev/Makefile.am
raf333d7 r8f783b61 2 2 ## $Id$ 3 3 ## 4 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal6 4 7 5 EXTRA_PROGRAMS = … … 11 9 12 10 include $(top_srcdir)/../../../automake/compile.am 13 include $(top_srcdir)/../../../automake/lib.am14 11 15 12 if mongoosev -
c/src/lib/libcpu/mips/r46xx/Makefile.am
raf333d7 r8f783b61 2 2 ## $Id$ 3 3 ## 4 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal6 4 7 5 EXTRA_PROGRAMS = … … 10 8 11 9 include $(top_srcdir)/../../../automake/compile.am 12 include $(top_srcdir)/../../../automake/lib.am13 10 14 11 if r46xx -
c/src/lib/libcpu/mips/shared/Makefile.am
raf333d7 r8f783b61 9 9 10 10 include $(top_srcdir)/../../../automake/compile.am 11 include $(top_srcdir)/../../../automake/lib.am12 11 13 12 ## cache -
c/src/lib/libcpu/mips/tx39/Makefile.am
raf333d7 r8f783b61 2 2 ## $Id$ 3 3 ## 4 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal6 4 7 5 EXTRA_PROGRAMS = … … 10 8 11 9 include $(top_srcdir)/../../../automake/compile.am 12 include $(top_srcdir)/../../../automake/lib.am13 10 14 11 if tx39
Note: See TracChangeset
for help on using the changeset viewer.