From 4c4ef907941bbebb9e4bfa0601b306ab32725519 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 11 Oct 2011 21:09:46 -0700 Subject: [PATCH] Fix Makefile syntax error it looks prettier, but we can't have a tab in front of the $(error) Signed-off-by: Dirk Hohndel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e05b44e..862a5cb 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ else ifneq ($(strip $(libdc-usr)),) LIBDIVECOMPUTERINCLUDES = $(LIBDIVECOMPUTERDIR)/include/libdivecomputer LIBDIVECOMPUTERARCHIVE = -ldivecomputer else - $(error Cannot find libdivecomputer - please edit Makefile) +$(error Cannot find libdivecomputer - please edit Makefile) endif # Libusb-1.0 is only required if libdivecomputer was built with it. -- 2.45.2