summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e05b44e94..862a5cbd0 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.