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/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 833e4bba14..9d8527ddfb 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -23,12 +23,13 @@ include_rtemsdir = $(includedir)/rtems include_rtems_HEADERS = include/rtems/bspIo.h include/rtems/userenv.h \ include/rtems/fs.h include/rtems/stdint.h +PREINSTALL_DIRS = PREINSTALL_FILES = $(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/bspIo.h: include/rtems/bspIo.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspIo.h @@ -47,6 +48,7 @@ $(PROJECT_INCLUDE)/rtems/stdint.h: include/rtems/stdint.h $(PROJECT_INCLUDE)/rte PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/stdint.h CLEANFILES += $(PREINSTALL_FILES) +DISTCLEANFILES = $(PREINSTALL_DIRS) include $(top_srcdir)/automake/subdirs.am include $(top_srcdir)/automake/local.am -- cgit v1.2.3