2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Add PREINSTALL_DIRS.
This commit is contained in:
Ralf Corsepius
2004-01-21 15:14:09 +00:00
parent e83c535451
commit 2897e73705
13 changed files with 48 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add PREINSTALL_DIRS.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.

View File

@@ -16,9 +16,14 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = times
PREINSTALL_DIRS =
$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
CLEANFILES = $(PREINSTALL_FILES)
DISTCLEANFILES = $(PREINSTALL_DIRS)
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am