summaryrefslogtreecommitdiffstats
path: root/mk
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-05-02 16:34:33 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-05-02 16:34:33 +0300
commitb5ef45a3de2edd00457ade414f8c512a7e644f2f (patch)
treec338c492da33c8442b23ed722fc2b8e3632d41e0 /mk
parent3943bf29551339d36e131c5c498b201b55039d31 (diff)
Make depslist locale-independent
In https://github.com/newsboat/newsboat/pull/1625, the contributor ran `make depslist` locally, but didn't pass CI because the order of entries was different from what CI expected. This commit makes the order independent of the locale, which should avoid similar trouble in the future.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.deps4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/mk.deps b/mk/mk.deps
index 76cf13b3..cdbf1e4d 100644
--- a/mk/mk.deps
+++ b/mk/mk.deps
@@ -1101,8 +1101,6 @@ test/strprintf.o: test/strprintf.cpp include/strprintf.h \
3rd-party/catch.hpp
test/tagsouppullparser.o: test/tagsouppullparser.cpp \
include/tagsouppullparser.h 3rd-party/optional.hpp 3rd-party/catch.hpp
-test/test.o: test/test.cpp 3rd-party/catch.hpp include/logger.h config.h \
- include/strprintf.h target/cxxbridge/libnewsboat-ffi/src/logger.rs.h
test/test-helpers/chdir.o: test/test-helpers/chdir.cpp \
test/test-helpers/chdir.h include/utils.h 3rd-party/expected.hpp \
3rd-party/optional.hpp include/configcontainer.h \
@@ -1126,6 +1124,8 @@ test/test-helpers/tempdir.o: test/test-helpers/tempdir.cpp \
test/test-helpers/tempdir.h test/test-helpers/maintempdir.h
test/test-helpers/tempfile.o: test/test-helpers/tempfile.cpp \
test/test-helpers/tempfile.h test/test-helpers/maintempdir.h
+test/test.o: test/test.cpp 3rd-party/catch.hpp include/logger.h config.h \
+ include/strprintf.h target/cxxbridge/libnewsboat-ffi/src/logger.rs.h
test/textformatter.o: test/textformatter.cpp include/textformatter.h \
3rd-party/catch.hpp include/regexmanager.h include/configactionhandler.h \
include/matcher.h filter/FilterParser.h include/regexowner.h