summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-11 21:09:46 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-11 21:09:46 -0700
commit4c4ef907941bbebb9e4bfa0601b306ab32725519 (patch)
tree188b2e7e6523166115dc8bf0a2b4b2e1cf7868bd /Makefile
parent7df7518625b5a80aa1ff35c8c6e49e6e257672d9 (diff)
downloadsubsurface-4c4ef907941bbebb9e4bfa0601b306ab32725519.tar.gz
Fix Makefile syntax error
it looks prettier, but we can't have a tab in front of the $(error) Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-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.