summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/dejagnu/ChangeLog5
-rw-r--r--src/tests/dejagnu/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/tests/dejagnu/ChangeLog b/src/tests/dejagnu/ChangeLog
index 6cb4fee7e..7effbfe68 100644
--- a/src/tests/dejagnu/ChangeLog
+++ b/src/tests/dejagnu/ChangeLog
@@ -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
diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in
index 8d20ba0f1..079a5129a 100644
--- a/src/tests/dejagnu/Makefile.in
+++ b/src/tests/dejagnu/Makefile.in
@@ -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