Changeset d7ff09b in rtems
- Timestamp:
- 09/13/02 17:00:18 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d814e2c
- Parents:
- d464fe7
- Location:
- c/src/ada-tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/ChangeLog
rd464fe7 rd7ff09b 1 2002-09-13 Joel Sherrill <joel@OARcorp.com> 2 3 * samples/hello/Makefile.am: Make sure init.c is compiled and 4 included. This test now runs. 5 1 6 2002-09-07 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/ada-tests/samples/hello/Makefile.am
rd464fe7 rd7ff09b 6 6 include $(top_srcdir)/ada.am 7 7 8 hello$(EXEEXT): hello.adb 8 hello$(EXEEXT): hello.adb init.o 9 9 $(GNATCOMPILE) -margs -a $< -o $@ 10 11 init.o: ../../support/init.c 12 $(COMPILE.c) -I$(srcdir) -c $< 10 13 11 14 noinst_PROGRAMS = hello
Note: See TracChangeset
for help on using the changeset viewer.