author | clem <clem> | 2004-10-14 20:30:23 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-14 20:30:23 (UTC) |
commit | d4bace84a2abfd1b4b242c24258961d093e38054 (patch) (unidiff) | |
tree | 1a18d97587de072dedfb0f6856c39c5f4086f205 /Rules.make | |
parent | 686f3265f6a39144692b1a6360159df96dd0b41e (diff) | |
download | opie-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
-rw-r--r-- | Rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,3 +128,3 @@ $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR) | |||
128 | "subdir-$$(" $$1 ") += " $$2 "\n\n"; \ | 128 | "subdir-$$(" $$1 ") += " $$2 "\n\n"; \ |
129 | print $$2 " : " $$2 "/Makefile\n\t$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends | 129 | print $$2 " : " $$2 "/Makefile\n\t+$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends |
130 | cat $(TOPDIR)/packages | grep -v '^#' | \ | 130 | cat $(TOPDIR)/packages | grep -v '^#' | \ |