2002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Add preinstall-stamp.
This commit is contained in:
Ralf Corsepius
2002-08-21 14:57:25 +00:00
parent 304cdca206
commit 1846a62408
2 changed files with 12 additions and 1 deletions

View File

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

View File

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