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/itron/ChangeLog | 4 ++++ cpukit/itron/Makefile.am | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'cpukit/itron') diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog index 459dc64ab0..f8dc587e90 100644 --- a/cpukit/itron/ChangeLog +++ b/cpukit/itron/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/itron/Makefile.am b/cpukit/itron/Makefile.am index df69b06c16..d4354b41d6 100644 --- a/cpukit/itron/Makefile.am +++ b/cpukit/itron/Makefile.am @@ -124,12 +124,13 @@ UNUSED_C_FILES = src/cre_mbx.c src/del_mbx.c src/mboxtranslatereturncode.c \ EXTRA_DIST += $(UNUSED_C_FILES) src/TODO +PREINSTALL_DIRS = PREINSTALL_FILES = $(PROJECT_INCLUDE)/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE) @: > $(PROJECT_INCLUDE)/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp) if HAS_ITRON $(PROJECT_INCLUDE)/itron.h: include/itron.h $(PROJECT_INCLUDE)/$(dirstamp) @@ -139,7 +140,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/itron.h $(PROJECT_INCLUDE)/itronsys/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/itronsys @: > $(PROJECT_INCLUDE)/itronsys/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/itronsys/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/itronsys/$(dirstamp) $(PROJECT_INCLUDE)/itronsys/eventflags.h: include/itronsys/eventflags.h $(PROJECT_INCLUDE)/itronsys/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/itronsys/eventflags.h @@ -200,7 +201,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/itronsys/vmempool.h $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp): @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/itron @: > $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp) $(PROJECT_INCLUDE)/rtems/itron/config.h: include/rtems/itron/config.h $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/itron/config.h @@ -363,5 +364,6 @@ endif endif CLEANFILES += $(PREINSTALL_FILES) +DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/local.am -- cgit v1.2.3