From: Yann Dirson Date: Mon, 20 Oct 2014 09:12:25 +0000 (+0200) Subject: Make installation prefix default to /usr/local X-Git-Url: http://winboard.nl/cgi-bin?p=hachu.git;a=commitdiff_plain;h=0947e6796fd710f3313051ab877285f1a4aa6deb Make installation prefix default to /usr/local for consistency with eg. autoconf. --- diff --git a/Makefile b/Makefile index 1ff6163..485ee61 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ srcdir = . CC?=gcc CFLAGS?= -O2 -s -prefix=/usr +prefix=/usr/local DATADIR=`xboard --show-config Datadir` ALL= hachu hachu.6.gz