Changeset 4881

Show
Ignore:
Timestamp:
07/01/09 09:04:58 (5 months ago)
Author:
balaji
Message:

Forgot to add a dependency on mtest for typecommit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/test/mpi/datatype/Makefile.sm

    r4868 r4881  
    44 
    55typecommit_SOURCES = typecommit.c 
     6typecommit_LDADD = ../util/mtest.o 
     7 
    68typename_SOURCES = typename.c 
     9typename_LDADD = ../util/mtest.o 
     10 
    711typefree_SOURCES = typefree.c 
    812typefree_LDADD = ../util/mtest.o 
    9 typename_LDADD = ../util/mtest.o 
    1013 
    1114contents_SOURCES = contents.c