From a953fa14722ddad17ad9913785b2796db3924ce8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 17 Dec 2003 03:54:31 +0000 Subject: 2003-12-17 Ralf Corsepius * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs). --- cpukit/automake/compile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/automake') 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 -- cgit v1.2.3