mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Properly set $(srcdir)
Should fix building outside of source tree and making po/.
This commit is contained in:
parent
261fdb5326
commit
39bddb7562
@ -6,6 +6,7 @@
|
||||
SHELL = @SHELL@
|
||||
|
||||
top_srcdir = $(path_to_top)/@top_srcdir@
|
||||
srcdir = $(top_srcdir)/$(shell pwd | sed 's!.*/\($(shell echo $(path_to_top) | sed 's!\.\.![^/]*!')\)$$!\1!')
|
||||
top_builddir = $(path_to_top)
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
Loading…
x
Reference in New Issue
Block a user