mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue