mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
c76586e6b8
Use the very cool 'VAR-$(CONFIG_FOO) += foo.o' feature instead of the more verbose current ifeq($(CONFIG_FOO),yes) wrapping.
9 lines
147 B
Makefile
9 lines
147 B
Makefile
path_to_top=../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
SUBDIRS-$(CONFIG_NLS) += gettext
|
|
|
|
OBJS = charsets.o
|
|
|
|
include $(path_to_top)/Makefile.lib
|