Dave Page wrote:
>>Then the tarball needs fixing; at least the .dsp/.dsw files. > > Any ideas how? I'd suggest adding a call to unix2dos to make dist (which > is definitely Adam's territory), but that does seem to be in slackware > :-(
Here is what I used to fix my source tarball (on the Linux command line, so it will work in a Makefile as well - if you escape the $ as $$):
perl -wlpi -e 's/$/\r/' pgAdmin3.ds{p,w}
Cheers,
Alex
---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings