2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Don't explictly invoke $MAKE preinstall.
This commit is contained in:
Ralf Corsepius
2003-10-23 07:07:46 +00:00
parent cb3cf606cd
commit b8f4d194ef
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't explictly invoke $MAKE preinstall.
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New.

View File

@@ -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