>The << and >> modifiers would have no effect on absolute paths but >would move relative paths up and down one level respectively; thus >if DIR is ../../foo > > $(DIR:<<) => ../foo > $(DIR:>>) => ../../../foo Interesting....