From c84f4e099aea0490c4dee8d0c0df96375714e252 Mon Sep 17 00:00:00 2001 From: vraatikka Date: Mon, 22 Jul 2013 21:50:15 +0300 Subject: [PATCH] Replaced hard-coded path with $(HOME)/... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67af67496..d3c00a3cb 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # Date Who Description # 16/07/13 Mark Riddoch Initial implementation -DEST=/home/mriddoch/usr/local/skysql +DEST=$(HOME)/usr/local/skysql all: (cd log_manager; make)