rxvt-unicode: On OS X, add .PHONY target to Makefile.in.
Due to the case-insensitive file system on OS X, `make install` doesnothing, since it sees the INSTALL file as the up-to-date target.Adding a .PHONY target to the Makefile fixes this.
Marcus Crestani 11 years ago 852b6c10 92ca6149