tkluck / pac4cli

Proxy-auto-discovery for command-line applications
25 stars 9 forks source link

make: target 'pacparser' isn't phony #22

Closed lucrocha closed 6 years ago

lucrocha commented 6 years ago

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.