OSDN Git Service

(split) LDP: Ensure xargs in Makefile is called only if targets exist
authorAkihiro MOTOKI <amotoki@gmail.com>
Mon, 25 Mar 2013 11:14:14 +0000 (20:14 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Mon, 25 Mar 2013 11:14:14 +0000 (20:14 +0900)
commitf8bffee4340525f3a52cda1cea75e367e3fc3743
treed67f60e2b5bbb3108aa3009275ad2d7a287ceb8d
parenta4d1c31aa8989fc9a83e98cc78de108ff25d5311
(split) LDP: Ensure xargs in Makefile is called only if targets exist

Previously xargs is always called, so xargs failed when the passed
list if empty.
Makefile