svn commit: r228116 - head/lib/libedit/edit/readline

Max Khon fjoe at FreeBSD.org
Tue Nov 29 06:21:01 UTC 2011


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
 


More information about the svn-src-head mailing list