summaryrefslogtreecommitdiffstats
path: root/package/at
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-03 13:44:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-03 13:44:01 +0000
commitec5b83ce2fe8f4f387f7f87b71632830ce382901 (patch)
tree9ce8261a7dc16caaec4868b1de86e5c27462509d /package/at
parent87eddc3d1f4df642073f7e1df0c4dd613b1a3940 (diff)
downloadbuildroot-novena-ec5b83ce2fe8f4f387f7f87b71632830ce382901.tar.gz
buildroot-novena-ec5b83ce2fe8f4f387f7f87b71632830ce382901.zip
- add missing package-source targets
- add missing dependencies to build prerequisites in the config system
Diffstat (limited to 'package/at')
-rw-r--r--package/at/at.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/at/at.mk b/package/at/at.mk
index 9af356314..40e4debeb 100644
--- a/package/at/at.mk
+++ b/package/at/at.mk
@@ -13,6 +13,8 @@ AT_TARGET_BINARY:=usr/bin/at
$(DL_DIR)/$(AT_SOURCE):
$(WGET) -P $(DL_DIR) $(AT_SITE)/$(AT_SOURCE)
+at-source: $(DL_DIR)/$(AT_SOURCE)
+
$(AT_DIR)/.unpacked: $(DL_DIR)/$(AT_SOURCE)
$(AT_CAT) $(DL_DIR)/$(AT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(AT_DIR) package/at/ at\*.patch
@@ -58,7 +60,6 @@ at-clean:
at-dirclean:
rm -rf $(AT_DIR)
-
#############################################################
#
# Toplevel Makefile options