summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-14 04:52:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-14 04:52:53 +0000
commitfd3c9faa9f6be38d045f0cadc7d1684fbd1b5819 (patch)
tree60d1dbcf05c354b119d40c7b3c38036ef574430c
parent2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fd3c9faa9f6be38d045f0cadc7d1684fbd1b5819.tar.bz2
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.am: DISTCLEANFILES = include/bspopts.h.
-rw-r--r--c/src/lib/libbsp/ChangeLog4
-rw-r--r--c/src/lib/libbsp/bsp.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/ChangeLog b/c/src/lib/libbsp/ChangeLog
index 6585a3e508..c53ea2c23f 100644
--- a/c/src/lib/libbsp/ChangeLog
+++ b/c/src/lib/libbsp/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * bsp.am: DISTCLEANFILES = include/bspopts.h.
+
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't include lib.am.
diff --git a/c/src/lib/libbsp/bsp.am b/c/src/lib/libbsp/bsp.am
index 85516ca153..69129dab8d 100644
--- a/c/src/lib/libbsp/bsp.am
+++ b/c/src/lib/libbsp/bsp.am
@@ -28,3 +28,4 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
$(PROJECT_INCLUDE)/bspopts.h: include/bspopts.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h
+DISTCLEANFILES = include/bspopts.h