From 6c7ea9977c45116cc51aba7a4486059926d01113 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 26 Jun 2016 01:04:05 -0400 Subject: More GNUmakefile cleanup. --- sqlite3/GNUmakefile | 8 -------- sqlite3/Makefile | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 sqlite3/GNUmakefile create mode 100644 sqlite3/Makefile (limited to 'sqlite3') diff --git a/sqlite3/GNUmakefile b/sqlite3/GNUmakefile deleted file mode 100644 index fb98ca5..0000000 --- a/sqlite3/GNUmakefile +++ /dev/null @@ -1,8 +0,0 @@ -ifndef CRYPTECH_ROOT - CRYPTECH_ROOT := $(abspath ../../..) -endif - -REPO = ${CRYPTECH_ROOT}/sw/thirdparty/sqlite3 -TARBALL = ${REPO}/$(notdir ${URL}) - -include ${REPO}/GNUmakefile diff --git a/sqlite3/Makefile b/sqlite3/Makefile new file mode 100644 index 0000000..ed0d982 --- /dev/null +++ b/sqlite3/Makefile @@ -0,0 +1,8 @@ +ifndef CRYPTECH_ROOT + CRYPTECH_ROOT := $(abspath ../../..) +endif + +REPO = ${CRYPTECH_ROOT}/sw/thirdparty/sqlite3 +TARBALL = ${REPO}/$(notdir ${URL}) + +include ${REPO}/Makefile -- cgit v1.2.3