Jonathan Nieder wrote: > install: > install -m0755 git-work $(prefix)/bin > install -d -m0755 $(prefix)/share/man/man1 > gzip -9 <git-work.1 >git-work.1.gz > install -m0644 git-work.1.gz $(prefix)/share/man/man1/ > install -d -m0755 $(prefix)/bin I'm sorry; I don't even know what sequence of keystrokes I used to make this upside-down series of commands. The intent was rather install: git-work git-work.1.gz : executable install -d -m0755 $(prefix)/bin install -m0755 git-work $(prefix)/bin : manual page install -d -m0755 $(prefix)/share/man/man1 install -m0644 git-work.1.gz $(prefix)/share/man/man1 Sorry for the noise. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html