5.7.8.14 MQ: Change Rule Target With Quotes Option
The -MQ
option is similar to -MT
, but
it quotes any characters which are considered special by make
.
-MQ '$(objpfx)foo.o' gives $$(objpfx)foo.o: foo.c
The default target is automatically quoted, as if it were given with
-MQ
.