From 0947e6796fd710f3313051ab877285f1a4aa6deb Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Mon, 20 Oct 2014 11:12:25 +0200 Subject: [PATCH] Make installation prefix default to /usr/local for consistency with eg. autoconf. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.0.4