use install not install -c

This commit is contained in:
rsc 2006-02-24 17:46:47 +00:00
parent b7f150b09e
commit 5e14855d45
2 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,7 @@ CC=9c
LD=9l
AS=9a
AR=9ar
INSTALL=install -c
INSTALL=install
CFLAGS=
LDFLAGS=
AFLAGS=