diff --git a/bin/tests/system/dlzexternal/Makefile.in b/bin/tests/system/dlzexternal/Makefile.in index f3204033ca..8194e1adef 100644 --- a/bin/tests/system/dlzexternal/Makefile.in +++ b/bin/tests/system/dlzexternal/Makefile.in @@ -12,7 +12,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.1.4.2 2011/03/10 04:29:16 each Exp $ +# $Id: Makefile.in,v 1.1.4.3 2011/03/11 07:10:10 each Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -49,7 +49,7 @@ dlopen@EXEEXT@: ${DLOPENOBJS} -o $@ ${DLOPENOBJS} ${LIBS} driver.@SO@: ${SO_OBJS} - @SO_LD@ -o $@ ${SO_OBJS} + @SO_LD@ -o $@ driver.o clean distclean:: rm -f ${TARGETS}