From 63a88eb0bc870ca8619b4ca975329bfb781c44ea Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 8 Jan 2007 08:43:28 +0000 Subject: Regenerate. --- cpukit/score/cpu/unix/preinstall.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/unix') diff --git a/cpukit/score/cpu/unix/preinstall.am b/cpukit/score/cpu/unix/preinstall.am index a7bff00426..4bf2ffe089 100644 --- a/cpukit/score/cpu/unix/preinstall.am +++ b/cpukit/score/cpu/unix/preinstall.am @@ -14,7 +14,7 @@ PREINSTALL_FILES = CLEANFILES = $(PREINSTALL_FILES) $(PROJECT_INCLUDE)/rtems/$(dirstamp): - @$(mkdir_p) $(PROJECT_INCLUDE)/rtems + @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp) @@ -23,7 +23,7 @@ $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp): - @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score + @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/score @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) -- cgit v1.2.3