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:26:35 +02:00
parent 7082677b2f
commit 128c79cdc4
4 changed files with 17493 additions and 10621 deletions

View File

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