summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/make')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index d55c2624c6..cbb06332b7 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
+
2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 321/bsps
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index e6b9ae31ff..620540280b 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ(2.57)
-AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([bsp.cfg.in])
RTEMS_TOP(../../..)