Ticket 82: Move or Remove INSTALL
The install target doesn't work on Mac OS X:
  geertz# make install
  make: `install' is up to date.
The problem is Mac OS X's case-insensitive file system. It thinks that the INSTALL file fulfills the "install" target. Ick. The workaround is to either a: Rename INSTALL to INSTALL.txt; or b: Put the contents of INSTALL into README and just remove INSTALL from the distribution.
Thanks!
Remarks:
2005-Dec-31 17:44:27 by anonymous: 
Or use this well-known idiom:
  install: .ALWAYS
         <normal stuff>
  .ALWAYS:
Properties:
  | Type: | event |  | Version: | 1.3.1 | 
  | Status: | new |  | Created: | 2005-Dec-05 21:08 | 
  | Severity: | 4 |  | Last Change: | 2005-Dec-05 21:08 | 
  | Priority: | 4 |  | Subsystem: | uuid | 
  | Assigned To: | rse |  | Derived From: |  | 
  | Creator: | anonymous |