diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:17 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:17 +0000 |
| commit | 114350b9de8403b9e43bbad0d1534455a077d999 (patch) | |
| tree | 6548852c01e9b42b9594141d18c95f2cd689c6a5 /gnu/lib/libreadline | |
| parent | 277fbb92d5e4cd0938c67f77b08d9ba4ac9d54a6 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libreadline')
| -rw-r--r-- | gnu/lib/libreadline/readline/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/readline/Makefile b/gnu/lib/libreadline/readline/Makefile index 547f190a0ee3..17c84ae8e61f 100644 --- a/gnu/lib/libreadline/readline/Makefile +++ b/gnu/lib/libreadline/readline/Makefile @@ -16,9 +16,8 @@ INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \ CFLAGS+= -I${.OBJDIR}/.. SRCDIR= ${.CURDIR}/../../../../contrib/libreadline -beforebuild: ${INSTALLED_HEADERS} CLEANFILES+= ${INSTALLED_HEADERS} -DPSRCS+= ${INSTALLED_HEADERS} +SRCS+= ${INSTALLED_HEADERS} .for _h in ${INSTALLED_HEADERS} ${_h}: ${SRCDIR}/${_h} .NOMETA |
