From 0b4b03863247302dc345bfe9da99b696229af026 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 4 Sep 2016 16:20:48 +0200 Subject: Minor Makefile typo fix --- iceprog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iceprog/Makefile b/iceprog/Makefile index 9cadccf..5614646 100644 --- a/iceprog/Makefile +++ b/iceprog/Makefile @@ -5,7 +5,7 @@ ifneq ($(shell uname -s),Darwin) CFLAGS = -MD -O0 -ggdb -Wall -std=c99 -I/usr/local/include else LIBFTDI_NAME = $(shell $(PKG_CONFIG) --exists libftdi1 && echo ftdi1 || echo ftdi) - LDLIBS = -L/usr/local/lib -l${LIBFTDI_NAME} -lm + LDLIBS = -L/usr/local/lib -l$(LIBFTDI_NAME) -lm CFLAGS = -MD -O0 -ggdb -Wall -std=c99 -I/usr/local/include endif -- cgit v1.2.3