summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/preinstall.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:43:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:43:28 +0000
commit63a88eb0bc870ca8619b4ca975329bfb781c44ea (patch)
tree13d9dac9f41ca02b8b6eb04fe9a1f9de43ea7557 /cpukit/posix/preinstall.am
parent2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-63a88eb0bc870ca8619b4ca975329bfb781c44ea.tar.bz2
Regenerate.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/preinstall.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/preinstall.am b/cpukit/posix/preinstall.am
index f525f66b40..7a25ad2510 100644
--- a/cpukit/posix/preinstall.am
+++ b/cpukit/posix/preinstall.am
@@ -14,7 +14,7 @@ PREINSTALL_FILES =
CLEANFILES = $(PREINSTALL_FILES)
$(PROJECT_INCLUDE)/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)
+ @$(MKDIR_P) $(PROJECT_INCLUDE)
@: > $(PROJECT_INCLUDE)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
@@ -40,7 +40,7 @@ $(PROJECT_INCLUDE)/devctl.h: include/devctl.h $(PROJECT_INCLUDE)/$(dirstamp)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/devctl.h
$(PROJECT_INCLUDE)/rtems/posix/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/posix
+ @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/posix
@: > $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)