From bbe19735a18de79b46fc15d1530b51c47eb570f6 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Mon, 27 May 2013 20:32:51 +0200 Subject: [PATCH] Use space around operators in makefiles --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 674936a..45d4ab9 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ all: svtplay-dl VERSION = 0.9 -PREFIX?=/usr/local -BINDIR=$(PREFIX)/bin -MANDIR=$(PREFIX)/share/man/man1 +PREFIX ?= /usr/local +BINDIR = $(PREFIX)/bin +MANDIR = $(PREFIX)/share/man/man1 # Compress the manual if MAN_GZIP is set to y, ifeq ($(MAN_GZIP),y) @@ -19,7 +19,7 @@ MANFILE = svtplay-dl.1$(MANFILE_EXT) POD2MAN ?= pod2man --section 1 --utf8 -c "svtplay-dl manual" \ -r "svtplay-dl $(VERSION)" -PYTHON=/usr/bin/env python +PYTHON = /usr/bin/env python export PYTHONPATH=lib # Disable convention, refactor, and TODO warnings