summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-21 14:57:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-21 14:57:25 +0000
commit1846a62408b9091a4c01c22d52c936bc87f21c43 (patch)
tree448848ef5394a419bd67f0e19ec6da9e23aee827 /c
parent2002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1846a62408b9091a4c01c22d52c936bc87f21c43.tar.bz2
2002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add preinstall-stamp.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/Makefile.am9
2 files changed, 12 insertions, 1 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index f01b2ae559..952c7cb733 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Add preinstall-stamp.
+
2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Posix-BSP-Hacks:
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index 28c11c13d8..23cabcfc63 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -4,7 +4,7 @@
ACLOCAL_AMFLAGS = -I ../../aclocal
-SUBDIRS = @BSP_SUBDIRS@
+SUBDIRS = . @BSP_SUBDIRS@
clean-local:
$(RM) -r $(PROJECT_RELEASE)
@@ -31,5 +31,12 @@ make/custom/%.cfg: $(srcdir)/$(cfg_dir)/custom/%.cfg
noinst_DATA += make/custom/default.cfg
DISTCLEANFILES += make/custom/default.cfg
+noinst_DATA += preinstall-stamp
+
+preinstall-stamp:
+ $(MAKE) $(AM_MAKEFLAGS) preinstall
+ touch preinstall-stamp
+CLEANFILES = preinstall-stamp
+
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/host.am