From eaaa8a10a4e8af360bef60011f101afd92f3e472 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 6 Dec 2013 17:42:43 +0100 Subject: [PATCH] kinect_upload_fw/Makefile: fix double spacing Remove a double space before an assignment. --- kinect_upload_fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinect_upload_fw/Makefile b/kinect_upload_fw/Makefile index 2cca6fd..15741d3 100644 --- a/kinect_upload_fw/Makefile +++ b/kinect_upload_fw/Makefile @@ -33,7 +33,7 @@ CFLAGS += -fno-common \ -Wunsafe-loop-optimizations \ -Wwrite-strings -CFLAGS += $(shell pkg-config --cflags libusb-1.0) +CFLAGS += $(shell pkg-config --cflags libusb-1.0) LDLIBS += $(shell pkg-config --libs libusb-1.0) PREFIX ?= /usr/local -- 2.1.4