sort a makedepend output

Makefile.dep is sorted now - it's better when making a diff to a previous version.
This commit is contained in:
2024-09-22 15:25:04 +02:00
parent 456e24dd30
commit c5a53e8e47
4 changed files with 544 additions and 311 deletions

View File

@@ -45,7 +45,7 @@ clean:
depend:
makedepend -Y. -I../src -I../../pikotools/src -f- $(sourcefiles) > Makefile.dep
makedepend -w 10 -Y. -I../src -I../../pikotools/src -f- $(sourcefiles) | sort -u > Makefile.dep
FORCE: