From c16dcbc8fdedf63c18677a6820c1f72cf96a8bea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 May 2002 15:07:41 +0000 Subject: 2002-05-15 Ralf Corsepius * Makefile.am: Add preinstall-stamp. --- cpukit/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 002f25506e..4325ae2c53 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -6,7 +6,14 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal include $(top_srcdir)/../../../automake/multilib.am -SUBDIRS = include score rtems sapi @subdirs@ wrapup +SUBDIRS = . include score rtems sapi @subdirs@ wrapup + +noinst_DATA = preinstall-stamp + +preinstall-stamp: + $(MAKE) $(AM_MAKEFLAGS) preinstall + touch preinstall-stamp +DISTCLEANFILES = preinstall-stamp include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3