csdp: fix build on Darwin

When the `INSTALL` file is present, `make` claims that the `install`
target is up-to-date.

+1
+1
pkgs/applications/science/math/csdp/default.nix
··· 15 15 ''; 16 16 17 17 preInstall = '' 18 + rm -f INSTALL 18 19 mkdir -p $out/bin 19 20 ''; 20 21