From: Ken Raeburn Date: Wed, 1 Jun 2005 00:38:24 +0000 (+0000) Subject: * Makefile.in (test_getpw): Depend on, and link against, the support library X-Git-Tag: ms-bug-test-20060525~250 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f2a7a71d53a08dafdf63616f4bab31749370393;p=krb5.git * Makefile.in (test_getpw): Depend on, and link against, the support library ticket: 3084 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17222 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/misc/ChangeLog b/src/tests/misc/ChangeLog index 864ee13cd..e779fd1f2 100644 --- a/src/tests/misc/ChangeLog +++ b/src/tests/misc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-31 Ken Raeburn + + * Makefile.in (test_getpw): Depend on, and link against, the + support library. + 2005-03-28 Ken Raeburn * test_getpw.c: New file. diff --git a/src/tests/misc/Makefile.in b/src/tests/misc/Makefile.in index 5bb4f7472..2dd2153d3 100644 --- a/src/tests/misc/Makefile.in +++ b/src/tests/misc/Makefile.in @@ -14,8 +14,8 @@ all:: test_getpw check:: test_getpw $(RUN_SETUP) ./test_getpw -test_getpw: $(srcdir)/../misc/test_getpw.c ../../include/krb5/autoconf.h - $(CC_LINK) $(ALL_CFLAGS) -o test_getpw $(srcdir)/../misc/test_getpw.c +test_getpw: $(srcdir)/../misc/test_getpw.c ../../include/krb5/autoconf.h $(SUPPORT_DEPLIB) + $(CC_LINK) $(ALL_CFLAGS) -o test_getpw $(srcdir)/../misc/test_getpw.c $(SUPPORT_LIB) install::