summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-29 07:33:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-29 07:33:45 +0000
commite150a2515c617f14edad507999ce6f6a582d7a92 (patch)
tree1d485fee264e70d0d9524ae4bd0c0b35fdb345c1 /Makefile
parentc07db665ec5d4f37dded17091a65ade56f689b11 (diff)
downloadabuild-e150a2515c617f14edad507999ce6f6a582d7a92.tar.bz2
abuild-e150a2515c617f14edad507999ce6f6a582d7a92.tar.xz
build: dont ship config.guess
instead let apkbuilds use --host and --build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e92645a..be2ab49 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ SCRIPTS := abuild buildrepo abuild-keygen abuild-sign newapkbuild \
USR_BIN_FILES := $(SCRIPTS) abuild-tar abuild-sudo
SAMPLES := sample.APKBUILD sample.initd sample.confd \
sample.pre-install sample.post-install
-AUTOTOOLS_TOOLCHAIN_FILES := config.sub config.guess
+AUTOTOOLS_TOOLCHAIN_FILES := config.sub
SCRIPT_SOURCES := $(addsuffix .in,$(SCRIPTS))