diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 09:48:13 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-01-25 13:25:08 +0200 |
commit | 974a73163419fb2d84311d94914a9f93c597053b (patch) | |
tree | e3d3b792113b02b7d3db595fa147fd8c9ae0d7a0 | |
parent | b33b068076de1a5e9e403d61f4b3d2891f832cf6 (diff) | |
download | apk-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ ## # Building apk-tools +-include config.mk + PACKAGE := apk-tools VERSION := 2.0.7 |