Changeset d7ff09b in rtems


Ignore:
Timestamp:
09/13/02 17:00:18 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d814e2c
Parents:
d464fe7
Message:

2002-09-13 Joel Sherrill <joel@…>

  • samples/hello/Makefile.am: Make sure init.c is compiled and included. This test now runs.
Location:
c/src/ada-tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ada-tests/ChangeLog

    rd464fe7 rd7ff09b  
     12002-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
    162002-09-07      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/ada-tests/samples/hello/Makefile.am

    rd464fe7 rd7ff09b  
    66include $(top_srcdir)/ada.am
    77
    8 hello$(EXEEXT): hello.adb
     8hello$(EXEEXT): hello.adb init.o
    99        $(GNATCOMPILE) -margs -a $< -o $@
     10
     11init.o: ../../support/init.c
     12        $(COMPILE.c) -I$(srcdir) -c $<
    1013
    1114noinst_PROGRAMS = hello
Note: See TracChangeset for help on using the changeset viewer.