aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index c3548bc..b2bc3dc 100644
--- a/make.c
+++ b/make.c
@@ -13,7 +13,7 @@
#define CBS_NO_THREADS
#include "cbs.h"
-#define PREFIX "/usr"
+#define PREFIX "/usr/local"
#define streq(x, y) (strcmp(x, y) == 0)
#define CMDPRC(c) \