From 9ac7f48f197fe2422361e4f130fb83141352ff36 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Mon, 24 Apr 2023 09:32:10 +0200 Subject: [PATCH] [test] Removed gettext from dependencies. Refs #218 --- src/protocol/test/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/protocol/test/Makefile b/src/protocol/test/Makefile index 4eb6cd7c..706d0d24 100644 --- a/src/protocol/test/Makefile +++ b/src/protocol/test/Makefile @@ -9,8 +9,6 @@ TESTDEPS = \ $(top_builddir)/src/protocol/uri.o \ stub.o -TESTDEPS-$(CONFIG_NLS) += $(top_builddir)/src/intl/gettext/lib.o - CLEAN = stub.o uri-test:: stub.o