From b0805d809a42efe47f1aa958c2e07e6069ff3a71 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 12 Dec 2003 16:08:28 +0000 Subject: 2003-12-12 Ralf Corsepius * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. --- cpukit/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 79cf5378a9..531c4b61cf 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -30,9 +30,8 @@ EXTRA_DIST = $(AUTOMAKE_FILES) PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/$(dirstamp): - @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems + @$(mkdir_p) $(PROJECT_INCLUDE)/rtems @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) -PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(PROJECT_INCLUDE)/rtems/bspIo.h: include/rtems/bspIo.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspIo.h -- cgit v1.2.3