Author: fjoe Date: Tue Nov 29 06:21:01 2011 New Revision: 228116 URL: http://svn.freebsd.org/changeset/base/228116
Log: Use INCSLINKS so that "make installincludes" installs links during buildworld. Modified: head/lib/libedit/edit/readline/Makefile Modified: head/lib/libedit/edit/readline/Makefile ============================================================================== --- head/lib/libedit/edit/readline/Makefile Tue Nov 29 06:12:19 2011 (r228115) +++ head/lib/libedit/edit/readline/Makefile Tue Nov 29 06:21:01 2011 (r228116) @@ -2,7 +2,7 @@ # $FreeBSD$ INCS= readline.h history.h -SYMLINKS= readline.h ${INCLUDEDIR}/edit/readline/tilde.h +INCSLINKS= readline.h ${INCSDIR}/tilde.h INCSDIR= ${INCLUDEDIR}/edit/readline _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"