aboutsummaryrefslogtreecommitdiff
path: root/sqlite3/GNUmakefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-26 01:04:05 -0400
committerRob Austein <sra@hactrn.net>2016-06-26 01:04:05 -0400
commit6c7ea9977c45116cc51aba7a4486059926d01113 (patch)
treeae5f4cc31d2a5c4d2688f3dfdca543e81c7c95e1 /sqlite3/GNUmakefile
parentb996343a3b07228ca34e6b0df4cc7c1033e48af5 (diff)
More GNUmakefile cleanup.
Diffstat (limited to 'sqlite3/GNUmakefile')
-rw-r--r--sqlite3/GNUmakefile8
1 files changed, 0 insertions, 8 deletions
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