From: Alexander Köplinger Date: Tue, 18 Oct 2016 18:53:28 +0000 (+0200) Subject: [tools] Fix casing of sqlsharp X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=57d111577faf5ad1f5f69685ff551d884ae3b760;p=mono.git [tools] Fix casing of sqlsharp The directory is lowercase on disk. --- diff --git a/mcs/tools/sqlsharp/Makefile b/mcs/tools/sqlsharp/Makefile index 88ad1f8d9b5..599e039ed97 100644 --- a/mcs/tools/sqlsharp/Makefile +++ b/mcs/tools/sqlsharp/Makefile @@ -1,4 +1,4 @@ -thisdir = tools/SqlSharp +thisdir = tools/sqlsharp SUBDIRS = include ../../build/rules.make