mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/Makefile.am: Fix preinstall dir handling.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Fix preinstall dir handling.
|
||||
|
||||
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/Makefile.am: Preinstall dirs.
|
||||
|
||||
@@ -62,7 +62,7 @@ TMPINSTALL_FILES =
|
||||
$(PROJECT_LIB)/$(dirstamp):
|
||||
@$(mkdir_p) $(PROJECT_LIB)
|
||||
@: > $(PROJECT_LIB)/$(dirstamp)
|
||||
PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
|
||||
TMPINSTALL_FILES += $(PROJECT_LIB)/$(dirstamp)
|
||||
|
||||
$(PROJECT_LIB)/bootloader.$(OBJEXT): bootloader.$(OBJEXT) $(PROJECT_LIB)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/bootloader.$(OBJEXT)
|
||||
@@ -72,7 +72,6 @@ $(PROJECT_LIB)/ppcboot.lds: ../../shared/bootloader/ppcboot.lds $(PROJECT_LIB)/$
|
||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/ppcboot.lds
|
||||
TMPINSTALL_FILES += $(PROJECT_LIB)/ppcboot.lds
|
||||
|
||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||
CLEANFILES = $(TMPINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user