From: Dirk Hohndel Date: Wed, 12 Oct 2011 04:09:46 +0000 (-0700) Subject: Fix Makefile syntax error X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=4c4ef907941bbebb9e4bfa0601b306ab32725519;p=ext%2Fsubsurface.git Fix Makefile syntax error it looks prettier, but we can't have a tab in front of the $(error) Signed-off-by: Dirk Hohndel --- diff --git a/Makefile b/Makefile index e05b44e..862a5cb 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.