summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:43:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:43:45 +0000
commit47f295390f5e8f545cfd2f572a7bef863dbbf4bb (patch)
tree5c330b57c7de3d757a67cb65b7fa7516d7b10878 /cpukit/pppd
parent2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-47f295390f5e8f545cfd2f572a7bef863dbbf4bb.tar.bz2
Regenerate.
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/preinstall.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/preinstall.am b/cpukit/pppd/preinstall.am
index 4a9671a238..574c765f86 100644
--- a/cpukit/pppd/preinstall.am
+++ b/cpukit/pppd/preinstall.am
@@ -19,13 +19,13 @@ PREINSTALL_FILES =
CLEANFILES += $(PREINSTALL_FILES)
$(PROJECT_LIB)/$(dirstamp):
- @$(mkdir_p) $(PROJECT_LIB)
+ @$(MKDIR_P) $(PROJECT_LIB)
@: > $(PROJECT_LIB)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
if HAS_NETWORKING
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
+ @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)