2010-08-07 Ralf Corsépius <ralf.corsepius@rtems.org>

PR 1655/testing:
	* ada.am: Reflect changes to testsuites/automake/compile.am.
This commit is contained in:
Ralf Corsepius
2010-08-07 03:20:32 +00:00
parent 58c5a9b59e
commit 12601260be
2 changed files with 6 additions and 1 deletions

View File

@@ -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,

View File

@@ -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 $@