sort a makedepend output

Makefile.dep is sorted now - it's better when making a diff to the previous version.
This commit is contained in:
2024-09-22 15:24:05 +02:00
parent 98e2d5d0ac
commit c7adffd9fd
4 changed files with 218 additions and 107 deletions

View File

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