From aed95bd389377475705c26040e50bee91b47a39a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Jan 2004 14:39:56 +0000 Subject: 2004-01-21 Ralf Corsepius * Makefile.am: Add PREINSTALL_DIRS. --- c/src/lib/libbsp/bare/ChangeLog | 4 ++++ c/src/lib/libbsp/bare/Makefile.am | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'c/src/lib/libbsp/bare') diff --git a/c/src/lib/libbsp/bare/ChangeLog b/c/src/lib/libbsp/bare/ChangeLog index b718d84a9b..69cc79d76d 100644 --- a/c/src/lib/libbsp/bare/ChangeLog +++ b/c/src/lib/libbsp/bare/ChangeLog @@ -1,3 +1,7 @@ +2004-01-21 Ralf Corsepius + + * Makefile.am: Add PREINSTALL_DIRS. + 2003-12-12 Ralf Corsepius * configure.ac: Require automake >= 1.8, autoconf >= 2.59. diff --git a/c/src/lib/libbsp/bare/Makefile.am b/c/src/lib/libbsp/bare/Makefile.am index 9b521a3d7e..8483696b4a 100644 --- a/c/src/lib/libbsp/bare/Makefile.am +++ b/c/src/lib/libbsp/bare/Makefile.am @@ -12,8 +12,13 @@ all-local: $(PREINSTALL_FILES) EXTRA_DIST = build-tools do-bare-bsp-build +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/local.am -- cgit v1.2.3