mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Fix elinks.1 rebuilding by changing top_srcdir with top_builddir
This commit is contained in:
parent
69b321cb5b
commit
7c823e49c4
@ -2,7 +2,7 @@ top_builddir=../../..
|
|||||||
include $(top_builddir)/Makefile.config
|
include $(top_builddir)/Makefile.config
|
||||||
|
|
||||||
elinks.1: $(srcdir)/elinks.1.in $(top_srcdir)/configure.in
|
elinks.1: $(srcdir)/elinks.1.in $(top_srcdir)/configure.in
|
||||||
cd $(top_srcdir) && \
|
cd $(top_builddir) && \
|
||||||
CONFIG_FILES="$(RELPATH)$@" CONFIG_HEADERS= $(SHELL) ./config.status
|
CONFIG_FILES="$(RELPATH)$@" CONFIG_HEADERS= $(SHELL) ./config.status
|
||||||
|
|
||||||
MAN1 = elinks.1
|
MAN1 = elinks.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user