it looks prettier, but we can't have a tab in front of the $(error)
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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.