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:
parent
7df7518625
commit
4c4ef90794
2
Makefile
2
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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user