If the 'pacparser' target is marked as 'PHONY', then it gets downloaded
every time 'make install' is called. And it will error out after the 2nd
call. (The 2nd download will be renamed to pacparser/pacparser-1.3.7 and
the 3rd will complain that 'pacparser/pacparser-1.3.7' isn't empty.)
So this commits removes the PHONY attribute from that target. Tested on OSX.
If the 'pacparser' target is marked as 'PHONY', then it gets downloaded every time 'make install' is called. And it will error out after the 2nd call. (The 2nd download will be renamed to pacparser/pacparser-1.3.7 and the 3rd will complain that 'pacparser/pacparser-1.3.7' isn't empty.)
So this commits removes the PHONY attribute from that target. Tested on OSX.