Replace explicit library list with $(LIBS) so we get -lsocket on Solaris
authorPaul Park <pjpark@mit.edu>
Tue, 29 Aug 1995 18:47:54 +0000 (18:47 +0000)
committerPaul Park <pjpark@mit.edu>
Tue, 29 Aug 1995 18:47:54 +0000 (18:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6633 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/ChangeLog
src/tests/dejagnu/Makefile.in

index 6cb4fee7e65911595552b997e8b3654023025f82..7effbfe681c8e4980292b55eb6c13014e4f33d06 100644 (file)
@@ -1,3 +1,8 @@
+
+Tue Aug 29 14:22:28 EDT 1995   Paul Park       (pjpark@mit.edu)
+       * Makefile.in - Replace explicit library list with $(LIBS).  This
+               gets set with the needed libraries (e.g. -lsocket on Solaris).
+
 Sat Aug 26 18:10:44 1995  Ezra Peisach  (epeisach@kangaroo.mit.edu)
 
        * .Sanitize: Add t_inetd.c
index 8d20ba0f19ca91cca18eb4fe440543cbb55b88de..079a5129aa9f0f833a34da6c1083af69f7e48568 100644 (file)
@@ -14,7 +14,7 @@ check-runtest:: t_inetd
 CFLAGS = $(CCOPTS) $(DEFS)
 
 t_inetd:: t_inetd.o $(DEPLIBS)
-       $(LD) $(LDFLAGS) $(LDARGS) -o t_inetd t_inetd.o -lcom_err
+       $(LD) $(LDFLAGS) $(LDARGS) -o t_inetd t_inetd.o $(LIBS)
 
 clean::
        $(RM) t_inetd t_inetd.o