summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-11 21:47:13 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-11 21:47:13 +0000
commit97b1d9934463ae2e43bf6efc64a1574a60af3535 (patch)
tree9bef791fc4fae10e03c9546415e7f15f20e730a9 /Makefile
parentec8be66c331f905a4c8512ad3dae8cb75e02022a (diff)
downloads6-dns-97b1d9934463ae2e43bf6efc64a1574a60af3535.tar.xz
Include deps.mak after config.mak (not before), for ${*_LIB} expansion
Cosmetic changes to s6dns_generic_filter_main (there's a segfault in there, going to work on it)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fd6b01..c8ff735 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ it: all
CC = $(error Please use ./configure first)
include package/targets.mak
-include package/deps.mak
-include config.mak
+include package/deps.mak
version_m := $(basename $(version))
version_M := $(basename $(version_m))