PERFORCE change 95468 for review

John Birrell jb at FreeBSD.org
Tue Apr 18 02:59:28 UTC 2006


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

Change 95468 by jb at jb_freebsd2 on 2006/04/18 02:58:29

	Change the link library order.

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list