Skip to content
Commit 0268ac55 authored by Thomas Lamprecht's avatar Thomas Lamprecht
Browse files

using correct prerequisite and fixing incomplete SORT_ARGS

As $^ contains all prerequisites the codespell target fails as
sed tries to get the input from codespell.py and check-dictionary
where checkdictionary isn't a file but a makefile target only.
Use $< instead, as it returns only the first prerequisite.

Also the implementation for SORT_ARGS was completed.
parent 5a4d06a4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment