diff options
Diffstat (limited to 'sqlite3')
-rw-r--r-- | sqlite3/Makefile (renamed from sqlite3/GNUmakefile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3/GNUmakefile b/sqlite3/Makefile index fb98ca5..ed0d982 100644 --- a/sqlite3/GNUmakefile +++ b/sqlite3/Makefile @@ -5,4 +5,4 @@ endif REPO = ${CRYPTECH_ROOT}/sw/thirdparty/sqlite3 TARBALL = ${REPO}/$(notdir ${URL}) -include ${REPO}/GNUmakefile +include ${REPO}/Makefile |