From b8f4d194ef0c792e5d3b851242d64b37b2778843 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 23 Oct 2003 07:07:46 +0000 Subject: 2003-10-23 Ralf Corsepius * Makefile.am: Don't explictly invoke $MAKE preinstall. --- c/ChangeLog | 4 ++++ c/Makefile.am | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/c/ChangeLog b/c/ChangeLog index c0b891832b..c5006cae37 100644 --- a/c/ChangeLog +++ b/c/ChangeLog @@ -1,3 +1,7 @@ +2003-10-23 Ralf Corsepius + + * Makefile.am: Don't explictly invoke $MAKE preinstall. + 2003-10-01 Ralf Corsepius * acinclude.m4: New. diff --git a/c/Makefile.am b/c/Makefile.am index d143a46bc1..05f2bd1416 100644 --- a/c/Makefile.am +++ b/c/Makefile.am @@ -21,8 +21,7 @@ SUBDIRS = . $(RTEMS_BSP) echo "Configuring RTEMS_BSP=$$i"; \ $(mkinstalldirs) $$i; \ ( cd $$i && \ - CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) \ - && $(MAKE) $(AM_MAKEFLAGS) preinstall ) \ + CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) ) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done -- cgit v1.2.3