From 232a22de1032277e7bffb7721c04814fef57b31b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Jan 2004 07:10:59 +0000 Subject: 2004-01-14 Ralf Corsepius * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * start/Makefile.am: Ditto. * startup/Makefile.am: Ditto. --- c/src/lib/libbsp/mips/p4000/startup/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/lib/libbsp/mips/p4000/startup/Makefile.am') diff --git a/c/src/lib/libbsp/mips/p4000/startup/Makefile.am b/c/src/lib/libbsp/mips/p4000/startup/Makefile.am index 8595455165..1179dbe3f2 100644 --- a/c/src/lib/libbsp/mips/p4000/startup/Makefile.am +++ b/c/src/lib/libbsp/mips/p4000/startup/Makefile.am @@ -34,9 +34,12 @@ all-local: $(PGM) $(TMPINSTALL_FILES) EXTRA_DIST = bspclean.c bspstart.c ghlinkcmds idtmem.S idttlb.S inittlb.c \ linkcmds setvec.c +TMPINSTALL_FILES = + $(PROJECT_LIB)/$(dirstamp): @$(mkdir_p) $(PROJECT_LIB) @: > $(PROJECT_LIB)/$(dirstamp) +TMPINSTALL_FILES += $(PROJECT_LIB)/$(dirstamp) $(PROJECT_LIB)/linkcmds: linkcmds $(PROJECT_LIB)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds @@ -46,4 +49,6 @@ $(PROJECT_LIB)/ghlinkcmds: ghlinkcmds $(PROJECT_LIB)/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_LIB)/ghlinkcmds TMPINSTALL_FILES += $(PROJECT_LIB)/ghlinkcmds +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3