From 3d1de205f620197d40ad019eb2d9e2dd5f0525c2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 19 Jan 2004 07:29:05 +0000 Subject: 2004-01-19 Ralf Corsepius * Makefile.am: Add PREINSTALL_DIRS. --- cpukit/sapi/ChangeLog | 4 ++++ cpukit/sapi/Makefile.am | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/ChangeLog b/cpukit/sapi/ChangeLog index d42a60f5ed..bc1db7b7ae 100644 --- a/cpukit/sapi/ChangeLog +++ b/cpukit/sapi/ChangeLog @@ -1,3 +1,7 @@ +2004-01-19 Ralf Corsepius + + * Makefile.am: Add PREINSTALL_DIRS. + 2004-01-14 Ralf Corsepius * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am index db4f24a8a6..8e042d9f07 100644 --- a/cpukit/sapi/Makefile.am +++ b/cpukit/sapi/Makefile.am @@ -43,12 +43,13 @@ libsapi_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) all-local: $(PREINSTALL_FILES) libsapi$(LIB_VARIANT).a +PREINSTALL_DIRS = PREINSTALL_FILES = $(PROJECT_INCLUDE)/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE) @: > $(PROJECT_INCLUDE)/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp) $(PROJECT_INCLUDE)/confdefs.h: include/confdefs.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/confdefs.h @@ -57,7 +58,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/confdefs.h $(PROJECT_INCLUDE)/rtems/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/rtems @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(PROJECT_INCLUDE)/rtems/config.h: include/rtems/config.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/config.h @@ -99,5 +100,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/extension.inl endif CLEANFILES += $(PREINSTALL_FILES) +DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am -- cgit v1.2.3