I have a makefile, which includes several other makefiles, which in turn all add to a variable like this:
VAR := Something SomethingElse VAR += SomeOtherThin
You could use the filter-out text function if you're using GNU Make.
OTHERVAR := $(filter-out SomethingElse,$(VAR))