Print this page
5468 Missing dependencies in lib/Makefile
5709 Add binary compatibility with Solaris 10 update 10.

@@ -21,10 +21,12 @@
 #
 #
 # Copyright (c) 1997-1999 by Sun Microsystems, Inc.
 # All rights reserved.
 #
+# Copyright 2015 RackTop Systems.
+#
 
 .KEEP_STATE:
 
 PROG    =       spec2trace
 

@@ -48,6 +50,6 @@
 CERRWARN +=     -_gcc=-Wno-unused-label
 
 parseproto := RM = @echo keeping        # do not remove generated C code
 parseproto := COPTFLAG = -g -DDEBUG -DMEM_DEBUG -DTRACE
 parseproto:     parseproto.o
-        $(LINK.c) -o parseproto parseproto.o
+        $(LINK.c) -o parseproto parseproto.o $(LDLIBS)