From 47a128353513cc6fe19752ba8610ed73901141af Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Thu, 29 Sep 2011 22:06:26 +0200
Subject: [PATCH 1/1] kinect_upload_fw: fix spacing in Makefile, use simple
 expansion to set bindir

---
 kinect_upload_fw/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kinect_upload_fw/Makefile b/kinect_upload_fw/Makefile
index 542959f..1c21c14 100644
--- a/kinect_upload_fw/Makefile
+++ b/kinect_upload_fw/Makefile
@@ -29,8 +29,8 @@ CFLAGS += -fno-common \
 CFLAGS  += $(shell pkg-config --cflags libusb-1.0)
 LDFLAGS += $(shell pkg-config --libs libusb-1.0)
 
-PREFIX  ?= /usr/local
-bindir	= $(PREFIX)/sbin
+PREFIX ?= /usr/local
+bindir := $(PREFIX)/sbin
 
 kinect_upload_fw: kinect_upload_fw.o
 
-- 
2.1.4