summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-04 09:48:13 +0000
committerTimo Teräs <timo.teras@iki.fi>2011-01-25 13:25:08 +0200
commit974a73163419fb2d84311d94914a9f93c597053b (patch)
treee3d3b792113b02b7d3db595fa147fd8c9ae0d7a0
parentb33b068076de1a5e9e403d61f4b3d2891f832cf6 (diff)
downloadapk-tools-974a73163419fb2d84311d94914a9f93c597053b.tar.gz
apk-tools-974a73163419fb2d84311d94914a9f93c597053b.tar.bz2
apk-tools-974a73163419fb2d84311d94914a9f93c597053b.tar.xz
apk-tools-974a73163419fb2d84311d94914a9f93c597053b.zip
Makefile: include config.mk if exists
This allows users to have a collection of build variables set without needing to specify them at build time every time. (cherry picked from commit d6a40aae5332e79898bb52efc5a61c81994b0166)
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b21408..7499414 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
##
# Building apk-tools
+-include config.mk
+
PACKAGE := apk-tools
VERSION := 2.0.7