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>
This commit is contained in:
Dirk Hohndel 2011-10-11 21:09:46 -07:00
parent 7df7518625
commit 4c4ef90794

View file

@ -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.