From d8aae7112e93af6eb961f1a3c84d1dffb766870d Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 9 Feb 2018 10:44:34 +0000 Subject: [PATCH] Fix Makefile --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 3d117c5..b88d46e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -CFLAGS := -g -O2 -Wall -Wsign-compare -INSTALL := install -DESTDIR := -ETCDIR := /etc -BINDIR := /bin -MANDIR := /usr/share/man -SPECFILE := redhat/kafs-client.spec +CFLAGS = -g -O2 -Wall -Wsign-compare +INSTALL = install +DESTDIR = +ETCDIR = /etc +BINDIR = /usr/bin +MANDIR = /usr/share/man +SPECFILE = redhat/kafs-client.spec LNS := ln -sf -- 2.50.1