forked from Imagelibrary/rtems
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.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>
|
||||||
|
|
||||||
|
* bsp.am: Use $(mkdir_p) instead of $(mkinstalldirs).
|
||||||
|
|
||||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
* bsp.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||||
|
|||||||
@@ -10,11 +10,11 @@ nodist_include_HEADERS = include/bspopts.h
|
|||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_LIB)/$(dirstamp):
|
$(PROJECT_LIB)/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_LIB)
|
@$(mkdir_p) $(PROJECT_LIB)
|
||||||
@: > $(PROJECT_LIB)/$(dirstamp)
|
@: > $(PROJECT_LIB)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_LIB)/bsp_specs: bsp_specs $(PROJECT_LIB)/$(dirstamp)
|
$(PROJECT_LIB)/bsp_specs: bsp_specs $(PROJECT_LIB)/$(dirstamp)
|
||||||
|
|||||||
Reference in New Issue
Block a user