From 8f783b616473bb300d866324f68c4eb543a8fd29 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 6 Feb 2004 11:31:26 +0000 Subject: 2004-02-06 Ralf Corsepius * mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am: Don't include .../lib.am. Remove ACLOCAL_AMFLAGS. * shared/Makefile.am: Don't include .../lib.am. --- c/src/lib/libcpu/mips/ChangeLog | 6 ++++++ c/src/lib/libcpu/mips/mongoosev/Makefile.am | 3 --- c/src/lib/libcpu/mips/r46xx/Makefile.am | 3 --- c/src/lib/libcpu/mips/shared/Makefile.am | 1 - c/src/lib/libcpu/mips/tx39/Makefile.am | 3 --- 5 files changed, 6 insertions(+), 10 deletions(-) (limited to 'c') diff --git a/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog index 099d27df23..96243a7093 100644 --- a/c/src/lib/libcpu/mips/ChangeLog +++ b/c/src/lib/libcpu/mips/ChangeLog @@ -1,3 +1,9 @@ +2004-02-06 Ralf Corsepius + + * mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am: + Don't include .../lib.am. Remove ACLOCAL_AMFLAGS. + * shared/Makefile.am: Don't include .../lib.am. + 2004-01-21 Ralf Corsepius * clock/Makefile.am, timer/Makefile.am: Remove. diff --git a/c/src/lib/libcpu/mips/mongoosev/Makefile.am b/c/src/lib/libcpu/mips/mongoosev/Makefile.am index 900e5d8c25..64ee1999e6 100644 --- a/c/src/lib/libcpu/mips/mongoosev/Makefile.am +++ b/c/src/lib/libcpu/mips/mongoosev/Makefile.am @@ -2,15 +2,12 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal - EXTRA_PROGRAMS = EXTRA_DIST = CLEANFILES = noinst_DATA = include $(top_srcdir)/../../../automake/compile.am -include $(top_srcdir)/../../../automake/lib.am if mongoosev include_mipsdir = $(includedir)/libcpu diff --git a/c/src/lib/libcpu/mips/r46xx/Makefile.am b/c/src/lib/libcpu/mips/r46xx/Makefile.am index c91d14250d..2aa557673c 100644 --- a/c/src/lib/libcpu/mips/r46xx/Makefile.am +++ b/c/src/lib/libcpu/mips/r46xx/Makefile.am @@ -2,14 +2,11 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal - EXTRA_PROGRAMS = CLEANFILES = noinst_DATA = include $(top_srcdir)/../../../automake/compile.am -include $(top_srcdir)/../../../automake/lib.am if r46xx EXTRA_PROGRAMS += vectorisrs.rel diff --git a/c/src/lib/libcpu/mips/shared/Makefile.am b/c/src/lib/libcpu/mips/shared/Makefile.am index 4ea46ded97..f78595538b 100644 --- a/c/src/lib/libcpu/mips/shared/Makefile.am +++ b/c/src/lib/libcpu/mips/shared/Makefile.am @@ -8,7 +8,6 @@ noinst_DATA = EXTRA_PROGRAMS = include $(top_srcdir)/../../../automake/compile.am -include $(top_srcdir)/../../../automake/lib.am ## cache include_libcpudir = $(includedir)/libcpu diff --git a/c/src/lib/libcpu/mips/tx39/Makefile.am b/c/src/lib/libcpu/mips/tx39/Makefile.am index e459497f4c..db48eb35cc 100644 --- a/c/src/lib/libcpu/mips/tx39/Makefile.am +++ b/c/src/lib/libcpu/mips/tx39/Makefile.am @@ -2,14 +2,11 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal - EXTRA_PROGRAMS = CLEANFILES = noinst_DATA = include $(top_srcdir)/../../../automake/compile.am -include $(top_srcdir)/../../../automake/lib.am if tx39 include_libcpudir = $(includedir)/libcpu -- cgit v1.2.3