2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
This commit is contained in:
Ralf Corsepius
2003-12-17 04:12:27 +00:00
parent fa5689046e
commit 4470b40a8a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.

View File

@@ -100,7 +100,7 @@ ${ARCH}/%.o: %.S $(ARCH)/$(dirstamp)
${CCASCOMPILE} -DASM -o $@ -c $<
${ARCH}/$(dirstamp):
@$(mkinstalldirs) $(ARCH)
@$(mkdir_p) $(ARCH)
@: > $(ARCH)/$(dirstamp)
# Dependency files for use by gmake