summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
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/httpd
parent2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-47f295390f5e8f545cfd2f572a7bef863dbbf4bb.tar.bz2
Regenerate.
Diffstat (limited to 'cpukit/httpd')
-rw-r--r--cpukit/httpd/preinstall.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/httpd/preinstall.am b/cpukit/httpd/preinstall.am
index cd356f2969..4417b34124 100644
--- a/cpukit/httpd/preinstall.am
+++ b/cpukit/httpd/preinstall.am
@@ -19,19 +19,19 @@ PREINSTALL_FILES =
CLEANFILES += $(PREINSTALL_FILES)
$(PROJECT_LIB)/$(dirstamp):
- @$(mkdir_p) $(PROJECT_LIB)
+ @$(MKDIR_P) $(PROJECT_LIB)
@: > $(PROJECT_LIB)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
$(PROJECT_INCLUDE)/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)
+ @$(MKDIR_P) $(PROJECT_INCLUDE)
@: > $(PROJECT_INCLUDE)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
if HAS_NETWORKING
if HAS_POSIX
$(PROJECT_INCLUDE)/goahead/$(dirstamp):
- @$(mkdir_p) $(PROJECT_INCLUDE)/goahead
+ @$(MKDIR_P) $(PROJECT_INCLUDE)/goahead
@: > $(PROJECT_INCLUDE)/goahead/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/goahead/$(dirstamp)