summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:43:24 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:43:24 +0000
commit3b3c434624a8b2cb388706c10471b8190e3f5713 (patch)
treed79598d273fc23d33c381258b4c1aa6a6afb7553 /Makefile
parent44f6656cd7f212d96a0021e92a9f53e6b0172d83 (diff)
downloadexecline-3b3c434624a8b2cb388706c10471b8190e3f5713.tar.xz
Fix order of includes in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8ff735..73d9cbb 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ it: all
CC = $(error Please use ./configure first)
-include package/targets.mak
-include config.mak
+include package/targets.mak
include package/deps.mak
version_m := $(basename $(version))