2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>

* spfatal21/Makefile.am: Fix typo.
This commit is contained in:
Joel Sherrill
2010-07-14 17:03:36 +00:00
parent be8bdff62b
commit fa1269216a
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* spfatal21/Makefile.am: Fix typo.
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add tests for sbrk fatal error case and

View File

@@ -15,10 +15,10 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(spfatal21_OBJECTS) $(spfatal22_LDADD)
LINK_OBJS = $(spfatal21_OBJECTS) $(spfatal21_LDADD)
LINK_LIBS = $(spfatal21_LDLIBS)
spfatal21$(EXEEXT): $(spfatal22_OBJECTS) $(spfatal22_DEPENDENCIES)
spfatal21$(EXEEXT): $(spfatal21_OBJECTS) $(spfatal21_DEPENDENCIES)
@rm -f spfatal21$(EXEEXT)
$(make-exe)