author | kergoth <kergoth> | 2003-02-11 18:33:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-02-11 18:33:25 (UTC) |
commit | ec6795c6a15a3b9f4721b628d48366097da9c903 (patch) (side-by-side diff) | |
tree | 0e3aa849eda2a9258313faf45b0b86eb3f2a120b | |
parent | fdeb607c2222e36bbf817114088317b15219af78 (diff) | |
download | opie-ec6795c6a15a3b9f4721b628d48366097da9c903.zip opie-ec6795c6a15a3b9f4721b628d48366097da9c903.tar.gz opie-ec6795c6a15a3b9f4721b628d48366097da9c903.tar.bz2 |
individual makefiles depend on toplevel .config, to ensure regen of makefiles on config change.
-rw-r--r-- | Rules.make | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,3 +1 @@ -## targets ## - $(configs) : @@ -24,3 +22,3 @@ $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR) 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\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ + 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 |