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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"