summaryrefslogtreecommitdiffstats
path: root/pkg/module.rules
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/module.rules')
-rw-r--r--pkg/module.rules10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/module.rules b/pkg/module.rules
index 5ec109fd3..8bb7a81e5 100644
--- a/pkg/module.rules
+++ b/pkg/module.rules
@@ -13,13 +13,13 @@ pkg.clean:
$(RM.exe) -fr $(PKG.out/)
$(PKG.src.tar.bz2): | $(dir $(PKG.src.tar.bz2))
-$(PKG.src.tar.bz2): | $(STAGE.out.src/)
+$(PKG.src.tar.bz2): $(STAGE.out.src.dist/)
$(TAR.exe) cjf $@ -C $(STAGE.out.src/) $(PKG.basename)
-$(STAGE.out.src/):
- $(MKDIR.exe) -p $@
- $(GIT.exe) -C $(SRC/) archive --format=tar --prefix=$(PKG.basename)/ $(HB.repo.shorthash) | $(TAR.exe) -xC $@
- $(SRC/)scripts/repo-info.sh $(SRC/) $(GIT.exe) > $@/$(PKG.basename)/version.txt
+$(STAGE.out.src.dist/):
+ $(MKDIR.exe) -p $(STAGE.out.src/)
+ $(GIT.exe) -C $(SRC/) archive --format=tar --prefix=$(PKG.basename)/ $(HB.repo.shorthash) | $(TAR.exe) -xC $(STAGE.out.src/)
+ $(SRC/)scripts/repo-info.sh $(SRC/) $(GIT.exe) > $@/version.txt
$(PKG.src-contrib.tar.bz2):
$(TAR.exe) cjf $@ -C $(CONTRIB.download/) \