]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Fix Makefile syntax error
authorDirk Hohndel <dirk@hohndel.org>
Wed, 12 Oct 2011 04:09:46 +0000 (21:09 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 12 Oct 2011 04:09:46 +0000 (21:09 -0700)
it looks prettier, but we can't have a tab in front of the $(error)

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Makefile

index e05b44e94ff36019c4dbc7bd0bf67dbb36218a82..862a5cbd0261b93b237ea869b1fe32fe88e4b556 100644 (file)
--- 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.