mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user