summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/tx39/Makefile.am
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/tx39/Makefile.am
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 '')
-rw-r--r--c/src/lib/libcpu/mips/tx39/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/mips/tx39/Makefile.am b/c/src/lib/libcpu/mips/tx39/Makefile.am
index df8a74810f..3e510a2959 100644
--- a/c/src/lib/libcpu/mips/tx39/Makefile.am
+++ b/c/src/lib/libcpu/mips/tx39/Makefile.am
@@ -40,9 +40,12 @@ PREINSTALL_FILES =
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/tx3904.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/tx3904.h
+CLEANFILES = $(PREINSTALL_FILES)
+
include $(top_srcdir)/../../../automake/local.am