diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-03 13:44:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-03 13:44:01 +0000 |
commit | ec5b83ce2fe8f4f387f7f87b71632830ce382901 (patch) | |
tree | 9ce8261a7dc16caaec4868b1de86e5c27462509d /package/which/which.mk | |
parent | 87eddc3d1f4df642073f7e1df0c4dd613b1a3940 (diff) |
- add missing package-source targets
- add missing dependencies to build prerequisites in the config system
Diffstat (limited to 'package/which/which.mk')
-rw-r--r-- | package/which/which.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/which/which.mk b/package/which/which.mk index 992d076a1..0bec96543 100644 --- a/package/which/which.mk +++ b/package/which/which.mk @@ -14,6 +14,8 @@ WHICH_TARGET_BINARY:=bin/which $(DL_DIR)/$(WHICH_SOURCE): $(WGET) -P $(DL_DIR) $(WHICH_SITE)/$(WHICH_SOURCE) +which-source: $(DL_DIR)/$(WHICH_SOURCE) + $(WHICH_DIR)/.unpacked: $(DL_DIR)/$(WHICH_SOURCE) $(WHICH_CAT) $(DL_DIR)/$(WHICH_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - touch $(WHICH_DIR)/.unpacked |