1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[Makefile] DRY

This commit is contained in:
Witold Filipczyk 2022-06-05 14:25:25 +02:00
parent acdff2e7db
commit cd0ec0faa9
5 changed files with 1 additions and 9 deletions

View File

@ -202,6 +202,7 @@ test-default:
ifdef TEST_PROGS
TESTDEPS-$(CONFIG_DEBUG) += $(top_builddir)/src/util/memdebug.o
TESTDEPS-$(CONFIG_UTF8) += $(top_builddir)/src/intl/width.o
TESTDEPS-unless$(CONFIG_SMALL) += $(top_builddir)/src/util/fastfind.o
# Add most of the basic utility library to the test dependencies.

View File

@ -9,9 +9,6 @@ TEST_PROGS = \
TESTDEPS = path.o
TESTDEPS-$(CONFIG_UTF8) += $(top_builddir)/src/intl/width.o
PARSETSTDEPS = \
$(top_builddir)/src/util/error.o \
$(top_builddir)/src/util/string.o

View File

@ -6,7 +6,4 @@ TEST_PROGS = parse-meta-refresh-test
TESTDEPS += \
$(top_builddir)/src/document/html/parse-meta-refresh.o
TESTDEPS-$(CONFIG_UTF8) += $(top_builddir)/src/intl/width.o
include $(top_srcdir)/Makefile.lib

View File

@ -10,6 +10,4 @@ TESTDEPS = \
$(top_builddir)/src/protocol/date.o \
$(top_builddir)/src/protocol/ftp/parse.o
TESTDEPS-$(CONFIG_UTF8) += $(top_builddir)/src/intl/width.o
include $(top_srcdir)/Makefile.lib

View File

@ -10,7 +10,6 @@ TESTDEPS = \
stub.o
TESTDEPS-$(CONFIG_NLS) += $(top_builddir)/src/intl/gettext/lib.o
TESTDEPS-$(CONFIG_UTF8) += $(top_builddir)/src/intl/width.o
CLEAN = stub.o