summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests')
-rw-r--r--c/src/ada-tests/ChangeLog5
-rw-r--r--c/src/ada-tests/ada.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog
index 73f9d56386..12182c36fa 100644
--- a/c/src/ada-tests/ChangeLog
+++ b/c/src/ada-tests/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ PR 1655/testing:
+ * ada.am: Reflect changes to testsuites/automake/compile.am.
+
2009-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* mptests/mp01/node1/mp01_node1.adb, mptests/mp01/node2/mp01_node2.adb,
diff --git a/c/src/ada-tests/ada.am b/c/src/ada-tests/ada.am
index b2c841e238..17084fb753 100644
--- a/c/src/ada-tests/ada.am
+++ b/c/src/ada-tests/ada.am
@@ -15,7 +15,7 @@ GNATCOMPILE = $(GNATMAKE) \
$(GCCSPECS) \
$(AM_LDFLAGS) $(LDFLAGS) init.o
-CLEANFILES = *.ali *.o b~*.adb b~*.ads
+CLEANFILES += *.ali *.o b~*.adb b~*.ads
#%.o: %.c
# $(CC) $(CFLAGS) -I@srcdir@ -c $< -o $@