summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:48:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:48:32 +0000
commitbf8e740cf9792347bde468b424f10b2c1e0245ab (patch)
treeb328bca14831298429af1d63ab56fd4687ff6181 /Makefile
parent056f4c89bf09b7b80b5afe037e2373a91e9f8998 (diff)
downloads6-portable-utils-bf8e740cf9792347bde468b424f10b2c1e0245ab.tar.xz
Fix include order in Makefile, remove gcc warning
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))