summaryrefslogtreecommitdiff
path: root/Rules.make
authorclem <clem>2004-10-14 20:30:23 (UTC)
committer clem <clem>2004-10-14 20:30:23 (UTC)
commitd4bace84a2abfd1b4b242c24258961d093e38054 (patch) (side-by-side diff)
tree1a18d97587de072dedfb0f6856c39c5f4086f205 /Rules.make
parent686f3265f6a39144692b1a6360159df96dd0b41e (diff)
downloadopie-d4bace84a2abfd1b4b242c24258961d093e38054.zip
opie-d4bace84a2abfd1b4b242c24258961d093e38054.tar.gz
opie-d4bace84a2abfd1b4b242c24258961d093e38054.tar.bz2
allow distribution inside *one* single directory, +ing the call descend as in the previous commit
Diffstat (limited to 'Rules.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index a8a8c26..2f32c04 100644
--- a/Rules.make
+++ b/Rules.make
@@ -126,7 +126,7 @@ $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)
awk '{print \
".PHONY : " $$2 "\n" \
"subdir-$$(" $$1 ") += " $$2 "\n\n"; \
- print $$2 " : " $$2 "/Makefile\n\t$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends
+ print $$2 " : " $$2 "/Makefile\n\t+$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends
cat $(TOPDIR)/packages | grep -v '^#' | \
perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \
>> $(TOPDIR)/.depends