forked from Imagelibrary/rtems
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
|
||||
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use include_ada_HEADERS.
|
||||
|
||||
@@ -14,9 +14,8 @@ all-local: $(PREINSTALL_FILES)
|
||||
PREINSTALL_FILES =
|
||||
|
||||
$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
|
||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/adainclude
|
||||
@$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
|
||||
@: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||
|
||||
if RTEMS_ADA
|
||||
$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||
|
||||
Reference in New Issue
Block a user