mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Fix by fonseca to avoid building in po if !CONFIG_NLS.
This commit is contained in:
parent
a5d205c047
commit
3ace3a50e1
3
Makefile
3
Makefile
@ -1,7 +1,8 @@
|
|||||||
top_builddir=.
|
top_builddir=.
|
||||||
-include $(top_builddir)/Makefile.config
|
-include $(top_builddir)/Makefile.config
|
||||||
|
|
||||||
SUBDIRS = doc po src
|
SUBDIRS = doc src
|
||||||
|
SUBDIRS-$(CONFIG_NLS) += po
|
||||||
CLEAN = features.log
|
CLEAN = features.log
|
||||||
|
|
||||||
all-recursive: config.h
|
all-recursive: config.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user