summaryrefslogtreecommitdiffstats
path: root/cpukit/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-17 03:54:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-17 03:54:31 +0000
commita953fa14722ddad17ad9913785b2796db3924ce8 (patch)
tree08132670fa4bf71914b47e2f07838d3e1562e33c /cpukit/automake
parent2003-12-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a953fa14722ddad17ad9913785b2796db3924ce8.tar.bz2
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
Diffstat (limited to 'cpukit/automake')
-rw-r--r--cpukit/automake/compile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am
index 6f4627f68c..cb5cb62331 100644
--- a/cpukit/automake/compile.am
+++ b/cpukit/automake/compile.am
@@ -117,7 +117,7 @@ ARCH__V = $(ARCH_OPTIMIZE_V)
ARCH = $(ARCH_$(VARIANT_V)_V)
${ARCH}/$(dirstamp):
- @$(mkinstalldirs) $(ARCH)
+ @$(mkdir_p) $(ARCH)
@: > $(ARCH)/$(dirstamp)
## Setup the library suffix