2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bootloader/Makefile.am: Fix preinstall dir handling.
This commit is contained in:
Ralf Corsepius
2004-02-20 01:02:24 +00:00
parent 2c7f0e3d31
commit f8914a3c59
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -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