Filter out duplicates from subprojects

This commit is contained in:
Frederik Carlier 2023-09-28 12:27:47 +00:00
parent f56d4cfce2
commit 64f685db1c

View file

@ -43,7 +43,7 @@ endif
#
# The list of subproject directories
#
SUBPROJECTS = gsc $(BUILD_SERVER) $(BUILD_GRAPHICS)
SUBPROJECTS = $(sort gsc $(BUILD_SERVER) $(BUILD_GRAPHICS))
libgnustep-$(BACKEND_FULL)_SUBPROJECTS=$(SUBPROJECTS)