PERFORCE change 95397 for review

John Birrell jb at FreeBSD.org
Sun Apr 16 22:29:21 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95397

Change 95397 by jb at jb_freebsd2 on 2006/04/16 22:29:18

	Change the library link order.

Affected files ...

.. //depot/projects/dtrace/src/cddl/usr.bin/ctfconvert/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/usr.bin/ctfconvert/Makefile#2 (text+ko) ====

@@ -40,7 +40,7 @@
 
 LDFLAGS+=	-pthread
 
-LDADD+=		-lctf -lelf -ldwarf -lz
+LDADD+=		-lctf -ldwarf -lelf -lz
 
 .PATH:		${.CURDIR}
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common


More information about the p4-projects mailing list