From ff716ea0ea929c902294032e00d11f313949a42d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Jan 2004 07:11:35 +0000 Subject: 2004-01-14 Ralf Corsepius * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * startup/Makefile.am: Ditto. --- c/src/lib/libbsp/sparc/leon/startup/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/lib/libbsp/sparc/leon/startup/Makefile.am') diff --git a/c/src/lib/libbsp/sparc/leon/startup/Makefile.am b/c/src/lib/libbsp/sparc/leon/startup/Makefile.am index 90c214ba2f..b0b7e249c5 100644 --- a/c/src/lib/libbsp/sparc/leon/startup/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon/startup/Makefile.am @@ -31,12 +31,17 @@ all-local: $(PGM) $(TMPINSTALL_FILES) EXTRA_DIST = linkcmds setvec.c spurious.c boardinit.S +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 TMPINSTALL_FILES += $(PROJECT_LIB)/linkcmds +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3