svn commit: r215794 - stable/8/usr.bin/gcore

David E. O'Brien obrien at FreeBSD.org
Wed Nov 24 08:09:33 UTC 2010


Author: obrien
Date: Wed Nov 24 08:09:33 2010
New Revision: 215794
URL: http://svn.freebsd.org/changeset/base/215794

Log:
  MFC: r204329: Fixed dependencies (make checkdpadd).

Modified:
  stable/8/usr.bin/gcore/Makefile
Directory Properties:
  stable/8/usr.bin/gcore/   (props changed)

Modified: stable/8/usr.bin/gcore/Makefile
==============================================================================
--- stable/8/usr.bin/gcore/Makefile	Wed Nov 24 06:22:09 2010	(r215793)
+++ stable/8/usr.bin/gcore/Makefile	Wed Nov 24 08:09:33 2010	(r215794)
@@ -1,8 +1,9 @@
 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
 # $FreeBSD$
 
-LDADD+=	-lutil
 PROG=	gcore
 SRCS=	elfcore.c gcore.c
+DPADD=	${LIBUTIL}
+LDADD=	-lutil
 
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list