]> git.ipfire.org Git - thirdparty/ccache.git/commit
Be bug compatible with GCC for -MTarg and -MQarg
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Apr 2011 15:55:14 +0000 (17:55 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Apr 2011 15:55:14 +0000 (17:55 +0200)
commit8c3039d676d71564e98d50f1ca8ba029d1efa46c
treeacbf99759b66f6e02b23d2d5bbc1efb86e0b6936
parent6230ddb70b0f8164440ed790c8f2a7d462415fbc
Be bug compatible with GCC for -MTarg and -MQarg

It's strange, but apparently, GCC behaves differently for -MT arg and
-MTarg (and similar for -MQ): in the latter case, but not in the former,
an implicit dependency for the object file is added to the dependency file.
ccache.c
test/test_argument_processing.c