summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/shared
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-14 06:47:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-14 06:47:37 +0000
commitafc3f27b27e212ee8d8f82695f377773f58c0fe6 (patch)
tree97b1f01ab598b945e69c89890632a8d45404c4db /c/src/lib/libcpu/mips/shared
parent2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-afc3f27b27e212ee8d8f82695f377773f58c0fe6.tar.bz2
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * shared/Makefile.am: Ditto. * tx39/Makefile.am: Ditto.
Diffstat (limited to 'c/src/lib/libcpu/mips/shared')
-rw-r--r--c/src/lib/libcpu/mips/shared/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/mips/shared/Makefile.am b/c/src/lib/libcpu/mips/shared/Makefile.am
index c6276b97a1..55b3e56aa8 100644
--- a/c/src/lib/libcpu/mips/shared/Makefile.am
+++ b/c/src/lib/libcpu/mips/shared/Makefile.am
@@ -70,14 +70,18 @@ CLEANDIRS += interrupts/o-optimize interrupts/o-debug
noinst_DATA += interrupts/$(ARCH)/interrupts.rel
## --
+
PREINSTALL_FILES =
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
+CLEANFILES = $(PREINSTALL_FILES)
+
include $(top_srcdir)/../../../automake/local.am