jdk/src/share/demo/jvmti/hprof/sample.makefile.txt
changeset 5780 3f7be5f312ae
parent 5506 202f599c92aa
child 7668 d4a77089c587
--- a/jdk/src/share/demo/jvmti/hprof/sample.makefile.txt	Thu Jun 10 14:21:37 2010 -0700
+++ b/jdk/src/share/demo/jvmti/hprof/sample.makefile.txt	Thu Jun 10 15:54:25 2010 -0700
@@ -132,7 +132,7 @@
     LIBRARY=lib$(LIBNAME).so
     LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc -mimpure-text
     # Libraries we are dependent on
-    LIBRARIES= -lnsl -ldl -lc
+    LIBRARIES= -ldl -lc
     # Building a shared library
     LINK_SHARED=$(LINK.c) -shared -o $@
 endif