You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
355 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -2,7 +2,7 @@
  4. PERLSCRIPTS=vidir vipe ts combine zrun chronic
  5. MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1
  6. CFLAGS?=-O2 -g -Wall
  7. -INSTALL_BIN?=install -s
  8. +INSTALL_BIN?=install
  9. PREFIX?=/usr
  10. ifneq (,$(findstring CYGWIN,$(shell uname)))