From be2ed3e262c93efb2c58e98f1396224524aa4243 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 6 Apr 2004 02:21:50 +0000 Subject: 2004-04-06 Ralf Corsepius * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac). * Makefile.am: Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac. --- cpukit/score/cpu/mips/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cpukit/score/cpu/mips/Makefile.am') diff --git a/cpukit/score/cpu/mips/Makefile.am b/cpukit/score/cpu/mips/Makefile.am index ac1ed2e10b..56e54f1176 100644 --- a/cpukit/score/cpu/mips/Makefile.am +++ b/cpukit/score/cpu/mips/Makefile.am @@ -2,10 +2,8 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../aclocal -include $(top_srcdir)/../../../automake/multilib.am -include $(top_srcdir)/../../../automake/compile.am +include $(top_srcdir)/automake/compile.am include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = asm.h @@ -74,4 +72,4 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h CLEANFILES += $(PREINSTALL_FILES) DISTCLEANFILES = $(PREINSTALL_DIRS) -include $(top_srcdir)/../../../automake/local.am +include $(top_srcdir)/automake/local.am -- cgit v1.2.3