From 63ae87612da91339a32ceecd218546a469d45b4a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Jan 2004 06:50:10 +0000 Subject: 2004-01-21 Ralf Corsepius * clock/Makefile.am, timer/Makefile.am: Remove. * r46xx/Makefile.am: Built timer.rel, clock.rel. Add PREINSTALL_DIRS. * Makefile.am: Remove timer, clock. * tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am: Add PREINSTALL_DIRS. * configure.ac: Reflect removing clock/Makefile.am, timer/Makefile.am. Add subdir-objects to AUTOMAKE_OPTIONS. --- c/src/lib/libcpu/mips/configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/mips/configure.ac') diff --git a/c/src/lib/libcpu/mips/configure.ac b/c/src/lib/libcpu/mips/configure.ac index 4fdc80282e..184f856129 100644 --- a/c/src/lib/libcpu/mips/configure.ac +++ b/c/src/lib/libcpu/mips/configure.ac @@ -9,7 +9,7 @@ RTEMS_TOP(../../../../..) RTEMS_CANONICAL_TARGET_CPU -AM_INIT_AUTOMAKE([no-define foreign 1.8]) +AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.8.2]) AM_MAINTAINER_MODE RTEMS_ENABLE_BARE @@ -33,11 +33,9 @@ AM_CONDITIONAL(mongoosev, test "$RTEMS_CPU_MODEL" = "mongoosev") # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile -clock/Makefile mongoosev/Makefile shared/Makefile r46xx/Makefile -timer/Makefile tx39/Makefile ]) AC_OUTPUT -- cgit v1.2.3